pexpects/bind: Add missing expect_prompt

This commit is contained in:
Fabian Boehm 2025-01-08 16:41:15 +01:00
parent ec3b3fe321
commit f4f786633d

View file

@ -382,6 +382,7 @@ sendline("""
commandline -f delete-char
"
""".strip())
expect_prompt()
send('\x07') # ctrl-g
send('\r')
expect_prompt("foobar")