diff --git a/src/process.rs b/src/process.rs index 72cea33d..41d72af6 100644 --- a/src/process.rs +++ b/src/process.rs @@ -518,7 +518,7 @@ mod tests { #[test] fn test_start() { - let _ = spawn(&["echo".into(), "hi".into()], &[], true); + let _ = spawn(&["echo".into(), "hi".into()], &[], true, false); } /* @@ -641,7 +641,7 @@ mod tests { #[test] fn test_start() { - let _ = spawn(&["echo".into(), "hi".into()], &[], true); + let _ = spawn(&["echo".into(), "hi".into()], &[], true, false); } /*