tests: Add yet another sleep

This commit is contained in:
Fabian Homborg
2020-09-26 16:18:23 +02:00
parent 73173dce7a
commit 689e96263e

View File

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