diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test.sh | 1 |
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') |