diff --git a/testsuite/runtests.py b/testsuite/runtests.py index f3e9b1f266..592a4e3005 100644 --- a/testsuite/runtests.py +++ b/testsuite/runtests.py @@ -28,6 +28,8 @@ import unittest SKIP_FILES = ['common', 'runtests'] +os.environ['LC_MESSAGES'] = 'C' + def gettestnames(which): if not which: dir = os.path.split(os.path.abspath(__file__))[0]