summaryrefslogtreecommitdiffstats
path: root/tests/shell/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/run-tests.sh')
-rwxr-xr-xtests/shell/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh
index 12901ab3..8f55c81f 100755
--- a/tests/shell/run-tests.sh
+++ b/tests/shell/run-tests.sh
@@ -316,7 +316,7 @@ while [ $# -gt 0 ] ; do
done
find_tests() {
- find "$1" -type f -executable | sort
+ find "$1" -type f -executable | LANG=C sort
}
if [ "${#TESTS[@]}" -eq 0 ] ; then