X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=test%2Frunalltests;h=c06481ef66f1f6b0f63773bd613ff33802c5df9f;hp=a4a726925c4ed8eaf15eb5c1db9488badbf0dc77;hb=d1ddea31fec698bedc7f1c67e040f8568d843ee9;hpb=196ab2784742130c5863aab2eeb7f8a1194b1b96 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