It makes more sense, that the sort order does not depend on the user's locale. Signed-off-by: Thomas Haller <thaller@xxxxxxxxxx> --- tests/shell/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh index dae775bdf3dd..bdca0ee1fa0b 100755 --- a/tests/shell/run-tests.sh +++ b/tests/shell/run-tests.sh @@ -263,7 +263,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 -- 2.41.0