X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fharness;h=e1a4dd7861b2718ebe1cc205e73e0ca17a31912a;hb=2d2ba3a2583da4a208ce660f91ef7266d75d6564;hp=b25f51943c69e5689b825b9ef50de9fb2501736d;hpb=bc00ec502eb91c52ac25daa943fa61a77d43c36b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/harness b/t/harness index b25f519..e1a4dd7 100644 --- a/t/harness +++ b/t/harness @@ -37,7 +37,7 @@ foreach (keys %datahandle) { } @tests = @ARGV; -@tests = unless @tests; +@tests = unless @tests; Test::Harness::runtests @tests; exit(0) unless -e "../testcompile";