mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Add missing expect_prompt to test_sigint.py
Somehow the Rust port of reader requires this.
This commit is contained in:
parent
d8ac0508f8
commit
1093c636e5
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ expect_str("Here we go")
|
|||
expect_prompt()
|
||||
sendline("echo $status")
|
||||
expect_str("130")
|
||||
expect_prompt()
|
||||
|
||||
sendline("echo it worked")
|
||||
expect_str("it worked")
|
||||
|
|
Loading…
Reference in a new issue