summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSteve Lau <stevelauc@outlook.com>2022-12-08 14:04:22 +0800
committerSteve Lau <stevelauc@outlook.com>2022-12-08 14:04:22 +0800
commit8f52bc97c96922f61140948eacabf966712d105e (patch)
tree5271be5f4aed5ec73304796b002bbfd2edbed76d /Cargo.toml
parent67f7d46c6e9d2089f03b2322d31dcb4b388eb730 (diff)
downloadnix-8f52bc97c96922f61140948eacabf966712d105e.zip
feat: I/O safety for 'sys/termios' & 'pty'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad9d29fc..e0cfac14 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -108,7 +108,3 @@ path = "test/test_clearenv.rs"
name = "test-mount"
path = "test/test_mount.rs"
harness = false
-
-[[test]]
-name = "test-ptymaster-drop"
-path = "test/test_ptymaster_drop.rs"