diff --git a/lib/src/shell.rs b/lib/src/shell.rs index 45666810..299a3236 100644 --- a/lib/src/shell.rs +++ b/lib/src/shell.rs @@ -172,7 +172,7 @@ mod test { .to_command(&["echo".into(), "hi".into()]) .group_status()? .success()); - Ok(())(&["echo".into(), "hi".into()], &[], Shell::Cmd, false); + Ok(()) } #[test]