mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:11:15 -03:00
Help the torn_escapes test pass on Mac
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user