summaryrefslogtreecommitdiff
path: root/t/op/subst.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-09-24 10:29:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-09-24 10:29:54 +0000
commit344462d3dde55465e709768c0d1dbfa2a8198aa5 (patch)
tree518a938ea16792c51ef2e8c5ae3c46dd92648cb4 /t/op/subst.t
parentc380484f921807e7089fef0177d59fe87df2f0ee (diff)
downloadperl-344462d3dde55465e709768c0d1dbfa2a8198aa5.tar.gz
two tweaks for clean build and test on Solaris
p4raw-id: //depot/perl@1877
Diffstat (limited to 't/op/subst.t')
-rwxr-xr-xt/op/subst.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/subst.t b/t/op/subst.t
index 81cafec75f..d224165b8f 100755
--- a/t/op/subst.t
+++ b/t/op/subst.t
@@ -1,5 +1,7 @@
#!./perl
+BEGIN { @INC = ('../lib') }
+
print "1..71\n";
$x = 'foo';