mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
tests: Add another sleep
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user