summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9ce0862..b5c017f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,6 +58,6 @@ name = "test-mount"
path = "test/test_mount.rs"
harness = false
-[[target.'cfg(not(target_os = "redox"))'.test]]
+[[test]]
name = "test-ptymaster-drop"
path = "test/test_ptymaster_drop.rs"