From 24e7a2ca60f37fad46e057f498be2d233659dfdb Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 12 Oct 2024 21:04:27 +0200 Subject: [PATCH] Disable tmux OSC 133 prompt marking test also on cirrus' old alpine tmux -V prints "tmux next-3.4" there. --- ...-signal-multiline-prompt.fish => tmux-multiline-prompt.fish} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/checks/{tmux-signal-multiline-prompt.fish => tmux-multiline-prompt.fish} (88%) diff --git a/tests/checks/tmux-signal-multiline-prompt.fish b/tests/checks/tmux-multiline-prompt.fish similarity index 88% rename from tests/checks/tmux-signal-multiline-prompt.fish rename to tests/checks/tmux-multiline-prompt.fish index c256a2331..30fa2d8b7 100644 --- a/tests/checks/tmux-signal-multiline-prompt.fish +++ b/tests/checks/tmux-multiline-prompt.fish @@ -1,5 +1,5 @@ #RUN: %fish %s -#REQUIRES: command -v tmux && ! tmux -V | grep -qE '^tmux 3\.[0123][a-z]*($|[.-])' +#REQUIRES: command -v tmux && ! tmux -V | grep -qE '^tmux (next-3.4|3\.[0123][a-z]*($|[.-]))' isolated-tmux-start