diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:33:30 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:33:30 +0000 |
commit | 447d8df5e4c1f6c985791cb3fea2922fcc1cfbee (patch) | |
tree | ec719a03bcff2f05604f2ae3c9604c85501944ed /testsuite | |
parent | Adding upstream version 0.3. (diff) | |
download | lzlib-447d8df5e4c1f6c985791cb3fea2922fcc1cfbee.tar.xz lzlib-447d8df5e4c1f6c985791cb3fea2922fcc1cfbee.zip |
Adding upstream version 0.4.upstream/0.4
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'testsuite')
-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 |