summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2017-07-16 05:08:06 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2017-07-16 05:08:06 +0000
commit5d296505b597d29bf6b339904f7f1550febe863d (patch)
tree4c493ed698e5f68a58603643cf7db1daed284d2f /Cargo.toml
parentf84a008559d4f8ce0a79652ad0c515e7139a272c (diff)
parent5fb4cebcc6c9b241668d36c8732c93e1978b135e (diff)
downloadnix-5d296505b597d29bf6b339904f7f1550febe863d.zip
Merge #677
677: PtyMaster::drop should panic on EBADF r=asomers Fixes #659
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 64a212f6..e768f4a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,3 +48,7 @@ test = true
name = "test-mount"
path = "test/test_mount.rs"
harness = false
+
+[[test]]
+name = "test-ptymaster-drop"
+path = "test/test_ptymaster_drop.rs"