From d078e47adcd718361130c8cd0f3acf86c8653f1d Mon Sep 17 00:00:00 2001 From: slama Date: Sun, 25 Mar 2018 12:22:09 +0900 Subject: [PATCH] fix bug with test of wait command --- tests/wait.expect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wait.expect b/tests/wait.expect index c188f16bf..8e38448ec 100644 --- a/tests/wait.expect +++ b/tests/wait.expect @@ -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 }