summaryrefslogtreecommitdiff
path: root/t/op/cproto.t
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2003-11-04 22:26:36 -0800
committerAbhijit Menon-Sen <ams@wiw.org>2003-11-05 16:51:08 +0000
commit0e7f572723796591770f69440088f011a144e0b0 (patch)
treec8a828e55aea84fd0779b6b365bcd7ec38fd8963 /t/op/cproto.t
parent9a664500a66dc98ba0850ac46ab315652324a110 (diff)
downloadperl-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/op/cproto.t')
-rw-r--r--t/op/cproto.t4
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;