mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:37:27 +08:00
tests: Add another sleep
This commit is contained in:
parent
b00899179f
commit
c43f7fbe9c
|
@ -48,6 +48,7 @@ sendline("function postexec --on-event fish_postexec; echo fish_postexec spotted
|
|||
expect_prompt()
|
||||
sendline("read")
|
||||
expect_re(r"\r\n?read> (\x1b\[\?1004h)?$", timeout=10)
|
||||
sleep(0.1)
|
||||
os.kill(sp.spawn.pid, signal.SIGINT)
|
||||
expect_str("fish_postexec spotted", timeout=10)
|
||||
expect_prompt()
|
||||
|
|
Loading…
Reference in New Issue
Block a user