tests.sh: force LC_ALL that cause issues with MacOSX
authorJean Privat <jean@pryen.org>
Fri, 20 Jun 2014 19:28:23 +0000 (15:28 -0400)
committerJean Privat <jean@pryen.org>
Fri, 20 Jun 2014 19:43:55 +0000 (15:43 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/tests.sh

index b8ecd0a..38efba2 100755 (executable)
@@ -19,6 +19,7 @@
 
 # Set lang do default to avoid failed tests because of locale
 export LANG=C
+export LC_ALL=C
 export NIT_TESTING=true
 
 unset NIT_DIR