diff --git a/tests/run_all b/tests/run_all index 63fe6bfa..f0e7bc18 100755 --- a/tests/run_all +++ b/tests/run_all @@ -2,6 +2,10 @@ set -e +export LC_ALL=C +unset LANG +unset LANGUAGE + succeded=0 failed=0 failed_tests=""