The #6724 is here.
Jarkko Hietaniemi [Mon, 21 Aug 2000 01:23:39 +0000 (01:23 +0000)]
p4raw-id: //depot/perl@6732

t/lib/ftmp-security.t

index 5f30f96..d31cc9e 100755 (executable)
@@ -95,7 +95,7 @@ sub test_security {
   # Create the tempfile
   my $template = "temptestXXXXXXXX";
   my ($fh1, $fname1) = tempfile ( $template, 
-                                 DIR => File::Spec->curdir,
+                                 DIR => File::Spec->tmpdir,
                                  UNLINK => 1,
                                );
   print "# Fname1 = $fname1\n";