We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579433a commit 7ec33b1Copy full SHA for 7ec33b1
src/lib.rs
@@ -922,7 +922,7 @@ mod tests {
922
#[test]
923
fn test_continuous_output_does_not_timeout() {
924
run_async_test(|| async {
925
- let mut cmd = StdCommand::new("zsh");
+ let mut cmd = StdCommand::new("sh");
926
// Continuously output numbers for ~2 seconds, sleeping shortly
927
cmd.arg("-c")
928
.arg("i=0; while [ $i -lt 20 ]; do echo $i; i=$((i+1)); sleep 0.1; done");
0 commit comments