summaryrefslogtreecommitdiff
path: root/t/lib/hostname.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
commit56841633389ff53ca85be9d9d7f2a1ef4ddbb24f (patch)
tree79da2af6fc75ad63ced4cd14b2bd7ba53dff2863 /t/lib/hostname.t
parent32b40d210d6d82a832084df9a5e8047dd13a3c15 (diff)
downloadperl-56841633389ff53ca85be9d9d7f2a1ef4ddbb24f.tar.gz
make testsuite somewhat location independent
p4raw-id: //depot/perl@2891
Diffstat (limited to 't/lib/hostname.t')
-rwxr-xr-xt/lib/hostname.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/hostname.t b/t/lib/hostname.t
index e4ac36521c..30dcf0f0b7 100755
--- a/t/lib/hostname.t
+++ b/t/lib/hostname.t
@@ -2,7 +2,7 @@
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib';
+ unshift @INC, '../lib';
}
use Sys::Hostname;