summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-08 17:18:23 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-08 23:13:36 -0800
commitbbff98dc509eb269f4500b2698d1ab918152f9d2 (patch)
tree75ff658b3b16f038b712d4aff95dc52b32e850be /t
parent0c9b04389335c3a662232102a5a5a570e4e7c403 (diff)
downloadperl-bbff98dc509eb269f4500b2698d1ab918152f9d2.tar.gz
grep.t: require test.pl in BEGIN block
for parenthetical omissions.
Diffstat (limited to 't')
-rw-r--r--t/op/grep.t2
1 files changed, 1 insertions, 1 deletions
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 );
{