aboutsummaryrefslogtreecommitdiff
path: root/scripts/test.sh
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-01-15 12:38:32 -0600
committerRob Landley <rob@landley.net>2016-01-15 12:38:32 -0600
commit7ca907824d6f8a5017c3d914d0028a3d50ea619a (patch)
tree3f1e71c1f9259ae51f288bd8886b9c8ba38cdcdd /scripts/test.sh
parent7d4d0421b8e57bd6d9a9cb3dee04130b43bc53a0 (diff)
downloadtoybox-7ca907824d6f8a5017c3d914d0028a3d50ea619a.tar.gz
Fix sort -f, add tests, make TEST_HOST pass new tests.
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 81d9f346..352c7bc3 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -20,6 +20,7 @@ fi
cd generated/testdir
PATH="$PWD:$PATH"
cd testdir
+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')