mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-14 05:02:48 +08:00
Fix macOS quotation issue in test tmux-multiline-prompt.fish
This commit is contained in:
parent
4ce8037e73
commit
f26ebac8dd
|
@ -1,8 +1,6 @@
|
|||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux && ! tmux -V | grep -qE '^tmux (next-3.4|3\.[0123][a-z]*($|[.-]))'
|
||||
#REQUIRES: command -v less && ! less --version 2>&1 | grep -q BusyBox
|
||||
# Disable on GitHub macOS CI because it fails more than it passes there
|
||||
#REQUIRES: uname -s | grep -qv Darwin || test -z "$CI"
|
||||
|
||||
isolated-tmux-start
|
||||
|
||||
|
@ -50,7 +48,7 @@ isolated-tmux capture-pane -p | tail -n 5
|
|||
# CHECK:
|
||||
|
||||
# Test repainint after running an external program that uses the alternate screen.
|
||||
isolated-tmux send-keys 'bind ctrl-r "echo | less +q; commandline \'echo Hello World\'"' Enter C-l \
|
||||
isolated-tmux send-keys "bind ctrl-r 'echo | less +q; commandline \"echo Hello World\"'" Enter C-l
|
||||
isolated-tmux send-keys C-r
|
||||
tmux-sleep
|
||||
isolated-tmux send-keys Enter
|
||||
|
|
Loading…
Reference in New Issue
Block a user