mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08: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
|
@ -21,6 +21,7 @@ expect_str("Here we go")
|
||||||
expect_prompt()
|
expect_prompt()
|
||||||
sendline("echo $status")
|
sendline("echo $status")
|
||||||
expect_str("130")
|
expect_str("130")
|
||||||
|
expect_prompt()
|
||||||
|
|
||||||
sendline("echo it worked")
|
sendline("echo it worked")
|
||||||
expect_str("it worked")
|
expect_str("it worked")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user