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.
This commit is contained in:
ridiculousfish 2019-09-14 12:46:57 -07:00
parent cc5e29734b
commit 7ea3255eef

View file

@ -26,8 +26,8 @@ send "exit\r"
expect -re "There are still jobs active:\r expect -re "There are still jobs active:\r
\r \r
PID Command\r PID Command\r
*\\d+ sleep 113 &\r *\\d+ sleep 113 &\r
*\\d+ sleep 111 &\r *\\d+ sleep 111 &\r
\r \r
A second attempt to exit will terminate them.\r A second attempt to exit will terminate them.\r
Use 'disown PID' to remove jobs from the list without terminating them.\r" Use 'disown PID' to remove jobs from the list without terminating them.\r"