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/apps-x11-xorg/apps-x11-xorg.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/apps-x11-xorg') diff --git a/test/apps-x11-xorg/apps-x11-xorg.sh b/test/apps-x11-xorg/apps-x11-xorg.sh index fd532f7b0..40ae4017c 100755 --- a/test/apps-x11-xorg/apps-x11-xorg.sh +++ b/test/apps-x11-xorg/apps-x11-xorg.sh @@ -5,6 +5,7 @@ export MALLOC_CHECK_=3 export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) +export LC_ALL=C which firefox 2>/dev/null if [ "$?" -eq 0 ]; -- cgit v1.2.3-54-g00ecf