aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 352c7bc3..2276619e 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -20,7 +20,7 @@ fi
cd generated/testdir
PATH="$PWD:$PATH"
cd testdir
-export LC_COLLATE=c
+export LC_COLLATE=C
. "$TOPDIR"/scripts/runtest.sh
[ -f "$TOPDIR/generated/config.h" ] && export OPTIONFLAGS=:$(echo $(sed -nr 's/^#define CFG_(.*) 1/\1/p' "$TOPDIR/generated/config.h") | sed 's/ /:/g')