Try to fix select-display-column test

This commit is contained in:
Maxime Coste 2019-11-17 10:52:25 +11:00
parent 7368678e26
commit 25429a905b

View File

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