mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 13:11:15 -03:00
Make bind_mode_events.py pass on Mac again
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user