diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2017-02-23 18:46:56 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2017-02-23 18:46:56 +0300 |
| commit | 58cad9aecf781b42a0a80fed4f0e91c2822788e1 (patch) | |
| tree | d2f2094e59f10d3826a6ae45baaa0dfa3861fd67 /test/unit/codepoint-width/tab-width | |
| parent | 8703f30063a59d07aac5141a58a590135de39707 (diff) | |
test: Fix UTF8 compliant locale detection
Diffstat (limited to 'test/unit/codepoint-width/tab-width')
| -rwxr-xr-x | test/unit/codepoint-width/tab-width/enabled | 2 |
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' |
