From 7ea3255eef526d98e2e04abadc0b4f465dc2514e Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 14 Sep 2019 12:46:57 -0700 Subject: [PATCH] Correct the exit expect test There was an errant space which is not matched; this seems to cause problems only on one machine for mysterious reasons. --- tests/exit.expect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/exit.expect b/tests/exit.expect index 86d7f6510..165798793 100644 --- a/tests/exit.expect +++ b/tests/exit.expect @@ -26,8 +26,8 @@ send "exit\r" expect -re "There are still jobs active:\r \r PID Command\r - *\\d+ sleep 113 &\r - *\\d+ sleep 111 &\r + *\\d+ sleep 113 &\r + *\\d+ sleep 111 &\r \r A second attempt to exit will terminate them.\r Use 'disown PID' to remove jobs from the list without terminating them.\r"