mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
Add a bit of a delay to signals.expect test
Unclear why this is needed.
This commit is contained in:
parent
3774edba93
commit
593c43663c
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ expect_prompt
|
||||||
|
|
||||||
send_line "function stuffs --on-signal INT; echo SIGINT spotted; end"
|
send_line "function stuffs --on-signal INT; echo SIGINT spotted; end"
|
||||||
expect_prompt
|
expect_prompt
|
||||||
|
after 20
|
||||||
exec -- kill -INT $pid
|
exec -- kill -INT $pid
|
||||||
expect "SIGINT spotted"
|
expect "SIGINT spotted"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue