summaryrefslogtreecommitdiff
path: root/t/lib
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-04 08:32:53 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-04 08:32:53 +0000
commit1116284222923a1670dbbe2205884d0616c81dfc (patch)
treea89200969475c693556e67beb50f4ee96596d569 /t/lib
parentc15fa9d5baa647995a5dbcf40401374cd12cd9cd (diff)
downloadperl-1116284222923a1670dbbe2205884d0616c81dfc.tar.gz
various small tweaks (still fails a few taint tests in {taint,locale}.t)
p4raw-id: //depot/perl@1309
Diffstat (limited to 't/lib')
-rwxr-xr-xt/lib/fields.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib/fields.t b/t/lib/fields.t
index 7fad5d78f2..fe6ed18c1c 100755
--- a/t/lib/fields.t
+++ b/t/lib/fields.t
@@ -6,6 +6,8 @@ use vars qw($DEBUG);
my $w;
BEGIN {
+ chdir 't' if -d 't';
+ @INC = '../lib' if -d '../lib';
$SIG{__WARN__} = sub {
if ($_[0] =~ /^Hides field 'b1' in base class/) {
$w++;