Make bind_mode_events.py pass on Mac again

This commit is contained in:
ridiculousfish 2024-05-05 18:23:05 -07:00
parent f6f1d93df5
commit eba0d56411

View File

@ -25,6 +25,9 @@ send(
)
expect_prompt()
sendline("echo 'Catch' 'up'")
expect_prompt("Catch up")
# normal mode
send("\033")
sleep(10 if "CI" in os.environ else 1)