Craig A. Berry [Sat, 11 Dec 2004 11:03:57 +0000 (05:03 -0600)]
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
41BB287D.6090001@mac.com>
p4raw-id: //depot/perl@23641
test $@ =~ /^Insecure \$ENV{DCL\$PATH}/, $@;
SKIP: {
skip q[can't find world-writeable directory to test DCL$PATH], 2
- if $tmp;
+ unless $tmp;
$ENV{'DCL$PATH'} = $tmp;
test eval { `$echo 1` } eq '';