Add missing expect_prompt to test_sigint.py

Somehow the Rust port of reader requires this.
This commit is contained in:
Johannes Altmanninger 2023-12-22 12:27:01 +01:00
parent d8ac0508f8
commit 1093c636e5

View file

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