X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fharness;h=fe64a0462907ea17229018d985100588a1c2bf40;hb=acbc2db62d28b1660277b33463f96f796b30a6c3;hp=8d87ddd7fb8b5995658884ab01213a1d129801ef;hpb=aa6893958c2bfb6fa4ab923c8466c188c65748fd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/harness b/t/harness old mode 100755 new mode 100644 index 8d87ddd..fe64a04 --- a/t/harness +++ b/t/harness @@ -15,5 +15,5 @@ $Test::Harness::switches = ""; # Too much noise otherwise $Test::Harness::verbose = shift if @ARGV && $ARGV[0] eq '-v'; @tests = @ARGV; -@tests = <*/*.t> unless @tests; +@tests = unless @tests; Test::Harness::runtests @tests;