>>>>> On Wed, 13 Jun 2001 13:46:29 -0700, Edward Moy <[EMAIL PROTECTED]> said:

  > lib/filefind..........Insecure directory in $ENV{PATH} while running
  > with -T switch at ../lib/Cwd.pm line 96.
  > FAILED at test 1

  > If I set my path to a safe path, this succeeds, but it's strange that
  > it didn't complain when I ran it yesterday with the previous snapshot.

Patch 10525 contains

==== //depot/perl/t/lib/filefind.t#17 (xtext) ====
Index: perl/t/lib/filefind.t
--- perl/t/lib/filefind.t.~1~   Mon Jun 11 19:13:54 2001
+++ perl/t/lib/filefind.t       Mon Jun 11 19:13:54 2001
@@ -1,43 +1,79 @@
-####!./perl
+#!./perl -T

and line 96 od CWD.pm calls external pwd(1), so the reason is clear
why you get the failure. The question is: is there a good reason to
run this test in tainted mode?

-- 
andreas

Reply via email to