From da8432359460b17f30c0d73844b7b1049913c9e1 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Tue, 24 Sep 2019 14:17:37 +0200 Subject: testing suite fixes: remove shell localization --- test/environment/environment.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/environment') diff --git a/test/environment/environment.sh b/test/environment/environment.sh index 5b4aa32f4..735d3e59e 100755 --- a/test/environment/environment.sh +++ b/test/environment/environment.sh @@ -5,6 +5,7 @@ export MALLOC_CHECK_=3 export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) +export LC_ALL=C echo "TESTING: timeout (test/environment/timeout.exp)" -- cgit v1.2.3-54-g00ecf