This commit is contained in:
Félix Saparelli 2021-07-21 23:47:16 +12:00
parent f5a92220c9
commit 392547ffa4
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 1 deletions

View File

@ -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]