From abbf45f14f164782796fea555385b08ee3f20afc Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Jan 2008 19:31:28 +0000 Subject: [PATCH] Make sure the messages of tools will not be localized in the testsuite. --- tests/run_all | 4 ++++ 1 file changed, 4 insertions(+) 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=""