Help the torn_escapes test pass on Mac

This commit is contained in:
ridiculousfish 2024-05-05 17:15:21 -07:00
parent 2bbeed157b
commit 7b524f6995

View File

@ -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)