From f26ebac8dd0d97b9f71ef30461bed79b6529d65c Mon Sep 17 00:00:00 2001 From: kerty Date: Sun, 19 Jan 2025 00:37:37 +0300 Subject: [PATCH] Fix macOS quotation issue in test tmux-multiline-prompt.fish --- tests/checks/tmux-multiline-prompt.fish | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/checks/tmux-multiline-prompt.fish b/tests/checks/tmux-multiline-prompt.fish index 28c61479e..7030fec08 100644 --- a/tests/checks/tmux-multiline-prompt.fish +++ b/tests/checks/tmux-multiline-prompt.fish @@ -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