Skip to content

Commit 7ec33b1

Browse files
committed
zsh
1 parent 579433a commit 7ec33b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ mod tests {
922922
#[test]
923923
fn test_continuous_output_does_not_timeout() {
924924
run_async_test(|| async {
925-
let mut cmd = StdCommand::new("zsh");
925+
let mut cmd = StdCommand::new("sh");
926926
// Continuously output numbers for ~2 seconds, sleeping shortly
927927
cmd.arg("-c")
928928
.arg("i=0; while [ $i -lt 20 ]; do echo $i; i=$((i+1)); sleep 0.1; done");

0 commit comments

Comments
 (0)