Change 23641 by [EMAIL PROTECTED] on 2004/12/13 09:41:21
Subject: [PATCH] t/op/taint.t follow-up to #23635
From: "Craig A. Berry" <[EMAIL PROTECTED]>
Date: Sat, 11 Dec 2004 11:03:57 -0600
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/t/op/taint.t#65 edit
Differences ...
==== //depot/perl/t/op/taint.t#65 (xtext) ====
Index: perl/t/op/taint.t
--- perl/t/op/taint.t#64~23636~ Fri Dec 10 02:02:12 2004
+++ perl/t/op/taint.t Mon Dec 13 01:41:21 2004
@@ -205,7 +205,7 @@
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 '';
End of Patch.