mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
Add a bit of a delay to signals.expect test
Unclear why this is needed.
This commit is contained in:
@@ -7,6 +7,7 @@ expect_prompt
|
||||
|
||||
send_line "function stuffs --on-signal INT; echo SIGINT spotted; end"
|
||||
expect_prompt
|
||||
after 20
|
||||
exec -- kill -INT $pid
|
||||
expect "SIGINT spotted"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user