From 2fe33ff0097f7b2f2530ca1b6781a71a1cecb963 Mon Sep 17 00:00:00 2001 From: John Hood Date: Sat, 6 May 2017 13:34:02 -0400 Subject: [PATCH] Disable unicode-later-combining.test for tmux 2.4. --- src/tests/e2e-test-subrs | 6 ++++++ src/tests/unicode-later-combining.test | 3 +++ 2 files changed, 9 insertions(+) diff --git a/src/tests/e2e-test-subrs b/src/tests/e2e-test-subrs index b6c39d1..a149dca 100644 --- a/src/tests/e2e-test-subrs +++ b/src/tests/e2e-test-subrs @@ -10,6 +10,12 @@ fail() exit 99 } +skip() +{ + printf "$@" 2>&1 + exit 77 +} + sleepf() { (sleep .1 || sleep 1) > /dev/null 2>&1 diff --git a/src/tests/unicode-later-combining.test b/src/tests/unicode-later-combining.test index 319f115..da0894c 100755 --- a/src/tests/unicode-later-combining.test +++ b/src/tests/unicode-later-combining.test @@ -37,6 +37,9 @@ variant() post() { export LANG=C + if [ "$(tmux -V)" = "tmux 2.4" ]; then + skip "tmux 2.4 unicode combining bug breaks this test\n" + fi if grep -q "$(printf '^\302\240\314\202$')" "$(basename "$0").d/baseline.capture"; then exit 0 fi