aboutsummaryrefslogtreecommitdiff
path: root/scripts/test.sh
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-01-15 16:58:42 -0600
committerRob Landley <rob@landley.net>2016-01-15 16:58:42 -0600
commitdeb31c82944c1fa98ea2942691c53c9d841c1a66 (patch)
treeb8b0e5034590491230ff3e6f76a2570236a83f50 /scripts/test.sh
parenta90fd0a191f4afbe55d9170c81e8ce2b196c26c4 (diff)
downloadtoybox-deb31c82944c1fa98ea2942691c53c9d841c1a66.tar.gz
Locale setting is case sensitive.
Diffstat (limited to 'scripts/test.sh')
-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')