From f5a02e590dd1fdf08a1931189f0e9d143790b12f Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Fri, 27 Dec 2024 21:02:38 +0100 Subject: [PATCH] Fix tmux-multiline-prompt check --- 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 d2b8435e5..28c61479e 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 && ! less --version 2>&1 || grep -q BusyBox +#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"