diff options
Diffstat (limited to 'testsuite/check.sh')
-rwxr-xr-x | testsuite/check.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/check.sh b/testsuite/check.sh index b4ee42f..4431864 100755 --- a/testsuite/check.sh +++ b/testsuite/check.sh @@ -5,6 +5,8 @@ # This script is free software: you have unlimited permission # to copy, distribute and modify it. +LC_ALL=C +export LC_ALL objdir=`pwd` testdir=`cd "$1" ; pwd` LZIP="${objdir}"/minilzip |