From: Paul Eggert Date: Tue, 2 Jan 2024 03:09:59 +0000 (-0800) Subject: Skip test on macOS 12.6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24a2fcfd83b6560b238cc8765da2398a44d311ba;p=thirdparty%2Ftar.git Skip test on macOS 12.6 * tests/xform04.at: Skip test on macOS 12.6, which is behind the times and doesn’t think that ⱥ (U+2C65 LATIN SMALL LETTER A WITH STROKE) is printable. --- diff --git a/tests/xform04.at b/tests/xform04.at index a2c80898..57a3fb8e 100644 --- a/tests/xform04.at +++ b/tests/xform04.at @@ -39,6 +39,8 @@ if test "`(locale charmap) 2>/dev/null`" != UTF-8; then done fi +expr Aa.Ⱥⱥ : 'Aa\.[[:print:]][[:print:]]$' >/dev/null || AT_SKIP_TEST + genfile --file Aa.Ⱥⱥ tar -cvf /dev/null --transform='s/.*/\L&-\U&/' --show-transformed-name Aa.Ⱥⱥ], [0],