mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 06:54:47 +08:00
Help the torn_escapes test pass on Mac
This commit is contained in:
parent
2bbeed157b
commit
7b524f6995
|
@ -63,6 +63,9 @@ expect_prompt()
|
|||
sendline(r"bind a,b,c,\e,d,e,f wacky_handler")
|
||||
expect_prompt()
|
||||
|
||||
sendline("echo 'Catch' 'up'")
|
||||
expect_prompt("Catch up")
|
||||
|
||||
# We can respond to SIGUSR1.
|
||||
sleep(1)
|
||||
os.kill(sp.spawn.pid, signal.SIGUSR1)
|
||||
|
|
Loading…
Reference in New Issue
Block a user