mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
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:
parent
cc5e29734b
commit
7ea3255eef
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue