mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Another windows test fix
This commit is contained in:
parent
18fdbbcfea
commit
f88c30b854
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue