From ff284d642ed7211105233f853b1770a823292b60 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 11 Apr 2026 16:23:10 +0800 Subject: [PATCH] tests/checks/tmux-abbr.fish: fix on BusyBox less (alpine CI) --- tests/checks/tmux-abbr.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/tmux-abbr.fish b/tests/checks/tmux-abbr.fish index dd2b77b40..49e8e341a 100644 --- a/tests/checks/tmux-abbr.fish +++ b/tests/checks/tmux-abbr.fish @@ -8,7 +8,7 @@ isolated-tmux-start -C ' abbr -g abbr-test "abbr-test [expanded]" ' -if { command -v less && ! less --version | grep BusyBox } >/dev/null +if { command -v less && ! less --version 2>&1 | grep BusyBox } >/dev/null isolated-tmux send-keys "abbr --help | sed 1q | less" Enter tmux-sleep isolated-tmux capture-pane -p