mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Revert "Skip tmux tests on Github Actions macOS"
The previous commit switched to using screen-256color instead of
tmux-256color, which makes these tests pass.
This reverts commit 1c4bb214d2
.
This commit is contained in:
parent
c76ce101b8
commit
e0add36488
4 changed files with 0 additions and 16 deletions
|
@ -1,9 +1,5 @@
|
|||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
# Github Actions currently (2022-06-09)
|
||||
# doesn't include the tmux-256color terminfo on macOS.
|
||||
# So we skip tmux tests there.
|
||||
#REQUIRES: test -z "$CI" -o "$(uname)" != Darwin
|
||||
|
||||
set -g isolated_tmux_fish_extra_args -C '
|
||||
set -g fish_autosuggestion_enabled 0
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
# Github Actions currently (2022-06-09)
|
||||
# doesn't include the tmux-256color terminfo on macOS.
|
||||
# So we skip tmux tests there.
|
||||
#REQUIRES: test -z "$CI" -o "$(uname)" != Darwin
|
||||
|
||||
isolated-tmux-start
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
# Github Actions currently (2022-06-09)
|
||||
# doesn't include the tmux-256color terminfo on macOS.
|
||||
# So we skip tmux tests there.
|
||||
#REQUIRES: test -z "$CI" -o "$(uname)" != Darwin
|
||||
|
||||
isolated-tmux-start
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
# Github Actions currently (2022-06-09)
|
||||
# doesn't include the tmux-256color terminfo on macOS.
|
||||
# So we skip tmux tests there.
|
||||
#REQUIRES: test -z "$CI" -o "$(uname)" != Darwin
|
||||
|
||||
set -g isolated_tmux_fish_extra_args -C '
|
||||
function fish_prompt; printf "prompt $status_generation> <$prompt_var> "; end
|
||||
|
|
Loading…
Reference in a new issue