diff options
Diffstat (limited to 'tests/run-tests.pl')
-rwxr-xr-x | tests/run-tests.pl | 2 |
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); |