summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bde647ac..3fdf2802 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,6 @@ exclude = [
[features]
execvpe = []
-signalfd = []
[dependencies]
libc = "0.2.25"
@@ -37,12 +36,6 @@ name = "test"
path = "test/test.rs"
[[test]]
-name = "test-signalfd"
-path = "test/test_signalfd.rs"
-harness = false
-test = true
-
-[[test]]
name = "test-mount"
path = "test/test_mount.rs"
harness = false