mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
tests: Add yet another sleep
This commit is contained in:
@@ -34,6 +34,7 @@ sendline("function postexec --on-event fish_postexec; echo fish_postexec spotted
|
||||
expect_prompt()
|
||||
sendline("read")
|
||||
expect_re("\r\n?read> $")
|
||||
sleep(0.100)
|
||||
os.kill(sp.spawn.pid, signal.SIGINT)
|
||||
expect_str("fish_postexec spotted")
|
||||
expect_prompt()
|
||||
|
||||
Reference in New Issue
Block a user