test: Fix UTF8 compliant locale detection

This commit is contained in:
Frank LENORMAND 2017-02-23 18:46:56 +03:00
parent 8703f30063
commit 58cad9aecf
4 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
locale | grep LC_CTYPE | grep 'utf8\|UTF-8' > /dev/null
locale | grep LC_CTYPE | grep -qi 'utf-*8'

View File

@ -0,0 +1,2 @@
#!/bin/sh
locale | grep LC_CTYPE | grep -qi 'utf-*8'

View File

@ -0,0 +1,2 @@
#!/bin/sh
locale | grep LC_CTYPE | grep -qi 'utf-*8'

View File

@ -0,0 +1,2 @@
#!/bin/sh
locale | grep LC_CTYPE | grep -qi 'utf-*8'