mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-17 00:22:44 +08:00
One more sleep
This commit is contained in:
parent
01bbdb02ae
commit
9e6a661c00
|
@ -32,6 +32,7 @@ sendline("while true; echo (sleep 2000); end")
|
|||
sleep(0.5)
|
||||
os.kill(-sp.spawn.pid, signal.SIGINT)
|
||||
expect_prompt()
|
||||
sleep(0.2)
|
||||
|
||||
# SIGINT should be ignored by background processes.
|
||||
sendline("sleep 1234 &")
|
||||
|
|
Loading…
Reference in New Issue
Block a user