mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
Fix tmux-multiline-prompt check
This commit is contained in:
parent
36c632889b
commit
f5a02e590d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue