X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/031871c2ede845956070da603e8494690f7beb70..c3ed95b3c5530b84a73dbdd531cb9aca9ba8dea0:/test/runalltests diff --git a/test/runalltests b/test/runalltests index b43d42ce..0497c52b 100755 --- a/test/runalltests +++ b/test/runalltests @@ -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