Skip to content

Commit

Permalink
pexpects/bind: Add missing expect_prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
faho committed Jan 8, 2025
1 parent 2497ebc commit 655a8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pexpects/bind.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@
commandline -f delete-char
"
""".strip())
expect_prompt()
send('\x07') # ctrl-g
send('\r')
expect_prompt("foobar")
Expand Down

0 comments on commit 655a8c0

Please sign in to comment.