summaryrefslogtreecommitdiff
path: root/t/op/subst.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-12 10:31:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-12 10:31:17 +0000
commit93430cb427caeba01ba89b008008b46159a7c165 (patch)
tree79da2af6fc75ad63ced4cd14b2bd7ba53dff2863 /t/op/subst.t
parent9451cbc956e1f0c870763d52e6eb6cf210e91caf (diff)
downloadperl-93430cb427caeba01ba89b008008b46159a7c165.tar.gz
make testsuite somewhat location independent
p4raw-id: //depot/perl@2891
Diffstat (limited to 't/op/subst.t')
-rwxr-xr-xt/op/subst.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/subst.t b/t/op/subst.t
index bfca868e4d..65deab2ef8 100755
--- a/t/op/subst.t
+++ b/t/op/subst.t
@@ -2,7 +2,7 @@
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib' if -d '../lib';
+ unshift @INC, '../lib' if -d '../lib';
require Config; import Config;
}