From 381b38af0a1be5efbf57d5b4e6f0879e054a3f72 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 21 Dec 2024 14:39:33 +0100 Subject: [PATCH] Skip tmux multiline prompt test for BusyBox less BusyBox less is present on alpine CI; it doesn't support the "+q" command passing style, so it's not directly usable by this test. --- tests/checks/tmux-multiline-prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/tmux-multiline-prompt.fish b/tests/checks/tmux-multiline-prompt.fish index a419a60ba..d2b8435e5 100644 --- a/tests/checks/tmux-multiline-prompt.fish +++ b/tests/checks/tmux-multiline-prompt.fish @@ -1,6 +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 +#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"