Another windows test fix

This commit is contained in:
Félix Saparelli 2021-07-22 00:22:39 +12:00
parent 18fdbbcfea
commit f88c30b854
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ mod test {
#[test]
#[cfg(windows)]
fn windows_shell_bash() -> Result<(), std::io::Error> {
assert!(Shell::Unix("bash")
assert!(Shell::Unix("bash".into())
.to_command(&["echo".into(), "hi".into()])
.group_status()?
.success());