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/fcopy/fcopy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/fcopy') diff --git a/test/fcopy/fcopy.sh b/test/fcopy/fcopy.sh index 728782d49..b87518e03 100755 --- a/test/fcopy/fcopy.sh +++ b/test/fcopy/fcopy.sh @@ -5,6 +5,7 @@ export MALLOC_CHECK_=3 export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) +export LC_ALL=C if [ -f /etc/debian_version ]; then libdir=$(dirname "$(dpkg -L firejail | grep fcopy)") -- cgit v1.2.3-54-g00ecf