mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
fix bug with test of wait command
This commit is contained in:
@@ -161,7 +161,7 @@ send_line "jobs | wc -l"
|
|||||||
expect "3" {} timeout { puts stderr $error_msg }
|
expect "3" {} timeout { puts stderr $error_msg }
|
||||||
expect_prompt
|
expect_prompt
|
||||||
send_line "wait"
|
send_line "wait"
|
||||||
expect_prompt "Job 4, 'sleep 3 | cat &' has ended" {} unmatched { puts stderr $error_msg }
|
expect_prompt
|
||||||
send_line "jobs"
|
send_line "jobs"
|
||||||
expect_prompt "jobs: There are no jobs" {} unmatched { puts stderr $error_msg }
|
expect_prompt "jobs: There are no jobs" {} unmatched { puts stderr $error_msg }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user