diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |