summaryrefslogtreecommitdiff
path: root/tests/run-tests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests.pl')
-rwxr-xr-xtests/run-tests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.pl b/tests/run-tests.pl
index 3650d55..6136eac 100755
--- a/tests/run-tests.pl
+++ b/tests/run-tests.pl
@@ -17,4 +17,4 @@ while ($f = readdir(DIR)) {
}
}
closedir DIR;
-runtests @fs;
+runtests (sort @fs);