From f7218ed4fb64f81a57ca3333cb9e28f01f115558 Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Thu, 30 Oct 2003 07:51:03 -0800 Subject: Rewrite to correctly use test.pl Subject: Re: Fix for the orange lion bug - aka empty sub bug Message-ID: <20031030235103.GC27017@localhost.comcast.net> p4raw-id: //depot/perl@21583 --- t/op/sub.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/op/sub.t b/t/op/sub.t index b76d34cb72..b6f90f4895 100644 --- a/t/op/sub.t +++ b/t/op/sub.t @@ -1,12 +1,12 @@ -#!./perl +#!./perl -w BEGIN { chdir 't' if -d 't'; @INC = '../lib'; - require Config; import Config; + require './test.pl'; } -use Test::More tests => 4; +plan( tests => 4 ); sub empty_sub {} -- cgit v1.2.1