Disable trim-front-split-glyph test on platforms with broken Unicode support

AKA macOS.
This commit is contained in:
Johannes Altmanninger 2023-03-05 17:02:52 +01:00
parent caabd06436
commit 45d2d350f2

View File

@ -0,0 +1,2 @@
#!/bin/sh
[ $(echo -n "⌛" | wc -m) = '1' ] && locale | grep LC_CTYPE | grep -qi 'utf-*8'