mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Help the torn_escapes test pass on Mac
This commit is contained in:
parent
2bbeed157b
commit
7b524f6995
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue