Skip to content

Commit 7422ee5

Browse files
authored
Merge pull request #1029 from endocrimes/dani/fix-integration
2 parents 9fa29a7 + 7121276 commit 7422ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ mod integration_tests {
10091009
if cfg!(target_os = "windows") {
10101010
String::from("powershell.exe")
10111011
} else {
1012-
String::from("/bin/bash")
1012+
String::from("bash")
10131013
}
10141014
}
10151015

0 commit comments

Comments
 (0)