diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-12 10:31:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-12 10:31:17 +0000 |
commit | 93430cb427caeba01ba89b008008b46159a7c165 (patch) | |
tree | 79da2af6fc75ad63ced4cd14b2bd7ba53dff2863 /t/op/regexp.t | |
parent | 9451cbc956e1f0c870763d52e6eb6cf210e91caf (diff) | |
download | perl-93430cb427caeba01ba89b008008b46159a7c165.tar.gz |
make testsuite somewhat location independent
p4raw-id: //depot/perl@2891
Diffstat (limited to 't/op/regexp.t')
-rwxr-xr-x | t/op/regexp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/regexp.t b/t/op/regexp.t index 11b3ee31da..98d998d9e5 100755 --- a/t/op/regexp.t +++ b/t/op/regexp.t @@ -31,7 +31,7 @@ $ENV{PERL_DESTRUCT_LEVEL} = 0 unless $ENV{PERL_DESTRUCT_LEVEL} > 3; BEGIN { chdir 't' if -d 't'; - @INC = '../lib' if -d '../lib'; + unshift @INC, '../lib' if -d '../lib'; } $iters = shift || 1; # Poor man performance suite, 10000 is OK. |