From 65e807b815b1236dd131a40c532f9d657948ba20 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sun, 22 Apr 2007 00:50:18 +0000 Subject: Make t/harness find the t/mro tests p4raw-id: //depot/perl@31018 --- t/harness | 1 + 1 file changed, 1 insertion(+) (limited to 't/harness') diff --git a/t/harness b/t/harness index 8c8ffaa36d..1ca02d9007 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'; -- cgit v1.2.1