fix bug with test of wait command

This commit is contained in:
slama 2018-03-25 12:22:09 +09:00
parent 3be3f2e6a2
commit d078e47adc

View file

@ -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 }