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:
ridiculousfish 2022-06-12 13:56:55 -07:00
parent c76ce101b8
commit e0add36488
4 changed files with 0 additions and 16 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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