diff --git a/tests/basic.rs b/tests/basic.rs index 3659b55..7afdac0 100644 --- a/tests/basic.rs +++ b/tests/basic.rs @@ -18,7 +18,7 @@ fn test_cat_blocking() { pty.write_all(&[4u8]).unwrap(); drop(pts); - drop(pty); + // drop(pty); let status = child.wait().unwrap(); assert_eq!(status.code().unwrap(), 0); }