From 2b736d023fc523dba0f07e0425593a048e706e6f Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Thu, 2 Dec 2021 05:09:04 -0800 Subject: [PATCH] skip tmux-complete on Darwin There's some kind of weird problem with homebrew's terminfo and tmux, that is beyond working around AFAICT. --- tests/checks/tmux-complete.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/checks/tmux-complete.fish b/tests/checks/tmux-complete.fish index 2fc607551..4a7c5c8bb 100644 --- a/tests/checks/tmux-complete.fish +++ b/tests/checks/tmux-complete.fish @@ -1,5 +1,6 @@ #RUN: %fish %s #REQUIRES: command -v tmux +#REQUIRES: test "$(uname)" != Darwin isolated-tmux-start