From: Jarkko Hietaniemi Date: Sat, 27 Oct 2001 16:54:07 +0000 (+0000) Subject: ldlibpth can exist but be unset. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0794a926e814aa64f05e33aaa75c1f2b402acf32;p=p5sagit%2Fp5-mst-13.2.git ldlibpth can exist but be unset. p4raw-id: //depot/perl@12708 --- diff --git a/t/TEST b/t/TEST index e2a5a97..84a39f0 100755 --- a/t/TEST +++ b/t/TEST @@ -321,7 +321,7 @@ SHRDLU ### You may have to set your dynamic library search path, ### $p, to point to the build directory: SHRDLU - if (exists $ENV{$p}) { + if (exists $ENV{$p} && $ENV{$p} ne '') { warn <