From bbff98dc509eb269f4500b2698d1ab918152f9d2 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 8 Jan 2012 17:18:23 -0800 Subject: grep.t: require test.pl in BEGIN block for parenthetical omissions. --- t/op/grep.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/op/grep.t b/t/op/grep.t index 9087f2c4a7..0a1f8c9090 100644 --- a/t/op/grep.t +++ b/t/op/grep.t @@ -7,9 +7,9 @@ BEGIN { chdir 't' if -d 't'; @INC = qw(. ../lib); + require "test.pl"; } -require "test.pl"; plan( tests => 61 ); { -- cgit v1.2.1