]> git.marmaro.de Git - mmh/blobdiff - test/runalltests
Ignore editor backup files
[mmh] / test / runalltests
index b43d42ce784bf42f115e735eacd8f4e5b7a5d001..0497c52b4f290664f7faf37efe93a224128362f7 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-for i in `find tests -name 'test-*' -type f`;
+# Note that we ignore *~ files as these are probably editor backups
+for i in `find tests -name 'test-*[!~]' -type f`;
 do
     ./runtest $i
 done