summaryrefslogtreecommitdiff
path: root/t/op/ref.t
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-12-06 17:45:44 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-07 03:05:38 +0000
commitb5fe401bfa4db89e5f67b4efa27cfb15826a0dcc (patch)
tree6b62dc61e7583356a0d8ed4b8f4f31730ce1e7e9 /t/op/ref.t
parent394e6ffb59de984c27a7dce4842d9c594c141888 (diff)
downloadperl-b5fe401bfa4db89e5f67b4efa27cfb15826a0dcc.tar.gz
which_perl for safer $^Xing
Message-ID: <20011207034544.GN22648@blackrider> (plus op/ref tweak) p4raw-id: //depot/perl@13506
Diffstat (limited to 't/op/ref.t')
-rwxr-xr-xt/op/ref.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/ref.t b/t/op/ref.t
index 613c4504e0..4b1d6e37a7 100755
--- a/t/op/ref.t
+++ b/t/op/ref.t
@@ -2,7 +2,7 @@
BEGIN {
chdir 't' if -d 't';
- @INC = qw(.);
+ @INC = qw(. ../lib);
}
print "1..62\n";