mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
fix bug with test of wait command
This commit is contained in:
parent
3be3f2e6a2
commit
d078e47adc
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ send_line "jobs | wc -l"
|
|||
expect "3" {} timeout { puts stderr $error_msg }
|
||||
expect_prompt
|
||||
send_line "wait"
|
||||
expect_prompt "Job 4, 'sleep 3 | cat &' has ended" {} unmatched { puts stderr $error_msg }
|
||||
expect_prompt
|
||||
send_line "jobs"
|
||||
expect_prompt "jobs: There are no jobs" {} unmatched { puts stderr $error_msg }
|
||||
|
||||
|
|
Loading…
Reference in a new issue