tests: set LANG to avoid locale perturbation
authorJean Privat <jean@pryen.org>
Tue, 7 Jul 2009 15:09:25 +0000 (11:09 -0400)
committerJean Privat <jean@pryen.org>
Tue, 7 Jul 2009 15:09:25 +0000 (11:09 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/tests.sh

index 9effde9..94d85c4 100755 (executable)
@@ -17,6 +17,9 @@
 
 # This shell script compile, run and verify Nit program files
 
+# Set lang do default to avoid failed tests because of locale
+export LANG=C
+
 # The default nitc compiler
 [ -z "$NITC" ] && NITC=../bin/nitc