mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-29 06:03:39 +08:00
Skip tmux multiline prompt test for BusyBox less
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
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.
This commit is contained in:
parent
965bc78d33
commit
381b38af0a
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user