From 3cd56e99281da78bc57e4bfb1c388868cb46a7fe Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 26 Jun 2006 17:17:57 +0000 Subject: Adjust test preamble for Hash::Util tests too. p4raw-id: //depot/perl@28433 --- ext/Hash/Util/t/Util.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/Hash/Util') diff --git a/ext/Hash/Util/t/Util.t b/ext/Hash/Util/t/Util.t index 81e3e325cf..7a52e8c79a 100644 --- a/ext/Hash/Util/t/Util.t +++ b/ext/Hash/Util/t/Util.t @@ -1,7 +1,7 @@ #!/usr/bin/perl -Tw BEGIN { - unless (-d 'blib') { + if ($ENV{PERL_CORE}) { chdir 't' if -d 't'; @INC = '../lib'; require Config; import Config; -- cgit v1.2.1