From 45d2d350f26f90d30f5301870343a71cd1ece893 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 5 Mar 2023 17:02:52 +0100 Subject: [PATCH] Disable trim-front-split-glyph test on platforms with broken Unicode support AKA macOS. --- test/regression/4843-trim-front-split-glyph/enabled | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 test/regression/4843-trim-front-split-glyph/enabled diff --git a/test/regression/4843-trim-front-split-glyph/enabled b/test/regression/4843-trim-front-split-glyph/enabled new file mode 100755 index 00000000..cb6be3fc --- /dev/null +++ b/test/regression/4843-trim-front-split-glyph/enabled @@ -0,0 +1,2 @@ +#!/bin/sh +[ $(echo -n "⌛" | wc -m) = '1' ] && locale | grep LC_CTYPE | grep -qi 'utf-*8'