diff options
author | Michael G. Schwern <schwern@pobox.com> | 2003-11-04 22:26:36 -0800 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2003-11-05 16:51:08 +0000 |
commit | 0e7f572723796591770f69440088f011a144e0b0 (patch) | |
tree | c8a828e55aea84fd0779b6b365bcd7ec38fd8963 /t | |
parent | 9a664500a66dc98ba0850ac46ab315652324a110 (diff) | |
download | perl-0e7f572723796591770f69440088f011a144e0b0.tar.gz |
Re: 'make minitest' fails for op/cproto and op/pat
Message-Id: <20031105142635.GA22761@localhost.comcast.net>
p4raw-id: //depot/perl@21662
Diffstat (limited to 't')
-rw-r--r-- | t/op/cproto.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/t/op/cproto.t b/t/op/cproto.t index fce11e0c4e..8b6bad147c 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 (<DATA>) { chomp; my ($keyword, $proto) = split; |