X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=test%2Frunalltests;h=0497c52b4f290664f7faf37efe93a224128362f7;hb=d7a8824aeaf72569a43d2a5f19d87af1a63d289b;hp=b43d42ce784bf42f115e735eacd8f4e5b7a5d001;hpb=031871c2ede845956070da603e8494690f7beb70;p=mmh diff --git a/test/runalltests b/test/runalltests index b43d42c..0497c52 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