Fix spelling and encoding errors in manpages and an error message
[mmh] / test / runalltests
index a4a7269..c06481e 100755 (executable)
@@ -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