X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/031871c2ede845956070da603e8494690f7beb70..f7c1a8a53c452b75aa84ff4bf9de7f47af7b881c:/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