summaryrefslogtreecommitdiff
path: root/test/unit/codepoint-width/tab-width/enabled
diff options
context:
space:
mode:
authorFrank LENORMAND <lenormf@gmail.com>2017-02-23 18:46:56 +0300
committerFrank LENORMAND <lenormf@gmail.com>2017-02-23 18:46:56 +0300
commit58cad9aecf781b42a0a80fed4f0e91c2822788e1 (patch)
treed2f2094e59f10d3826a6ae45baaa0dfa3861fd67 /test/unit/codepoint-width/tab-width/enabled
parent8703f30063a59d07aac5141a58a590135de39707 (diff)
test: Fix UTF8 compliant locale detection
Diffstat (limited to 'test/unit/codepoint-width/tab-width/enabled')
-rwxr-xr-xtest/unit/codepoint-width/tab-width/enabled2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/codepoint-width/tab-width/enabled b/test/unit/codepoint-width/tab-width/enabled
new file mode 100755
index 00000000..edc44250
--- /dev/null
+++ b/test/unit/codepoint-width/tab-width/enabled
@@ -0,0 +1,2 @@
+#!/bin/sh
+locale | grep LC_CTYPE | grep -qi 'utf-*8'