From: Michael G. Schwern Date: Wed, 5 Nov 2003 06:26:36 +0000 (-0800) Subject: Re: 'make minitest' fails for op/cproto and op/pat X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e7f572723796591770f69440088f011a144e0b0;p=p5sagit%2Fp5-mst-13.2.git Re: 'make minitest' fails for op/cproto and op/pat Message-Id: <20031105142635.GA22761@localhost.comcast.net> p4raw-id: //depot/perl@21662 --- diff --git a/t/op/cproto.t b/t/op/cproto.t index fce11e0..8b6bad1 100644 --- a/t/op/cproto.t +++ b/t/op/cproto.t @@ -6,7 +6,9 @@ BEGIN { @INC = '../lib'; } -use Test::More tests => 234; +BEGIN { require './test.pl'; } +plan tests => 234; + while () { chomp; my ($keyword, $proto) = split;