From 24a2fcfd83b6560b238cc8765da2398a44d311ba Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 1 Jan 2024 19:09:59 -0800 Subject: [PATCH] Skip test on macOS 12.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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. --- tests/xform04.at | 2 ++ 1 file changed, 2 insertions(+) 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], -- 2.47.3