From 89f1ab1a3b2e0eb269812e196610dc97d80c6518 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 25 Nov 2013 17:21:59 +0100 Subject: [PATCH] Use C locale to run tests This influences, for example, sorting order and different locales may result if test failures. --- tests/wvtest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/wvtest.sh b/tests/wvtest.sh index cd23e3a..d6bc198 100644 --- a/tests/wvtest.sh +++ b/tests/wvtest.sh @@ -198,3 +198,4 @@ WVPASS cp "$OMK_TESTSROOT/../leaf-makefile/Makefile" . WV_BASE_DIR="$PWD" export MAKEFLAGS="--include-dir=$OMK_TESTSROOT/../snippets" +export LC_ALL=C -- 2.39.2