Re: 'make minitest' fails for op/cproto and op/pat
Michael G. Schwern [Wed, 5 Nov 2003 06:26:36 +0000 (22:26 -0800)]
Message-Id: <20031105142635.GA22761@localhost.comcast.net>

p4raw-id: //depot/perl@21662

t/op/cproto.t

index fce11e0..8b6bad1 100644 (file)
@@ -6,7 +6,9 @@ BEGIN {
     @INC = '../lib';
 }
 
-use Test::More tests => 234;
+BEGIN { require './test.pl'; }
+plan tests => 234;
+
 while (<DATA>) {
     chomp;
     my ($keyword, $proto) = split;