mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +08:00
Make bind_mode_events.py pass on Mac again
This commit is contained in:
parent
f6f1d93df5
commit
eba0d56411
|
@ -25,6 +25,9 @@ send(
|
||||||
)
|
)
|
||||||
expect_prompt()
|
expect_prompt()
|
||||||
|
|
||||||
|
sendline("echo 'Catch' 'up'")
|
||||||
|
expect_prompt("Catch up")
|
||||||
|
|
||||||
# normal mode
|
# normal mode
|
||||||
send("\033")
|
send("\033")
|
||||||
sleep(10 if "CI" in os.environ else 1)
|
sleep(10 if "CI" in os.environ else 1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user