mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-11 00:00:16 +02:00
process: Fix a test on Windows
This commit is contained in:
+1
-1
@@ -48,5 +48,5 @@ fn simple() {
|
||||
let status = lp.run(&mut child).unwrap();
|
||||
assert_eq!(status.code(), Some(2));
|
||||
assert_eq!(child.id(), id);
|
||||
assert!(child.kill().is_ok());
|
||||
drop(child.kill());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user