diff --git a/tests/split.rs b/tests/split.rs index fc936e6..8675929 100644 --- a/tests/split.rs +++ b/tests/split.rs @@ -36,7 +36,6 @@ async fn test_split() { } pty.write_all(&[4u8]).await.unwrap(); - drop(pty); drop(pts); child.wait().await.unwrap(); } @@ -105,7 +104,6 @@ async fn test_into_split() { } pty.write_all(&[4u8]).await.unwrap(); - drop(pty); drop(pts); child.wait().await.unwrap(); }