X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=test%2Frunalltests;h=c06481ef66f1f6b0f63773bd613ff33802c5df9f;hp=a4a726925c4ed8eaf15eb5c1db9488badbf0dc77;hb=88b2142594d5ea1e8385dae5eca81eed1018c555;hpb=82325c1114254a76b8285bb710b2f651674331c7 diff --git a/test/runalltests b/test/runalltests index a4a7269..c06481e 100755 --- a/test/runalltests +++ b/test/runalltests @@ -5,7 +5,7 @@ failed=0 skipped=0 # Note that we ignore *~ files as these are probably editor backups -for i in `find tests -name 'test-*[!~]' -type f`; +for i in `find tests -name 'test-*[!~]' -type f | LC_ALL=C sort`; do ./runtest "$i" case $? in