From: Craig A. Berry Date: Sun, 22 Apr 2007 00:50:18 +0000 (+0000) Subject: Make t/harness find the t/mro tests X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65e807b815b1236dd131a40c532f9d657948ba20;p=p5sagit%2Fp5-mst-13.2.git Make t/harness find the t/mro tests p4raw-id: //depot/perl@31018 --- diff --git a/t/harness b/t/harness index 8c8ffaa..1ca02d9 100644 --- a/t/harness +++ b/t/harness @@ -80,6 +80,7 @@ if (@ARGV) { push @tests, ; push @tests, ; push @tests, ; + push @tests, ; push @tests, ; push @tests, if $torture; push @tests, if $^O eq 'MSWin32';