Disable unicode-later-combining.test for tmux 2.4.

This commit is contained in:
John Hood
2017-05-06 13:34:02 -04:00
parent 23ec4e59cb
commit 2fe33ff009
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -10,6 +10,12 @@ fail()
exit 99
}
skip()
{
printf "$@" 2>&1
exit 77
}
sleepf()
{
(sleep .1 || sleep 1) > /dev/null 2>&1
+3
View File
@@ -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