From: Jarkko Hietaniemi Date: Mon, 21 Aug 2000 01:23:39 +0000 (+0000) Subject: The #6724 is here. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=da7cc32f437595100ad6f9c0da2eda282ddbb184;p=p5sagit%2Fp5-mst-13.2.git The #6724 is here. p4raw-id: //depot/perl@6732 --- diff --git a/t/lib/ftmp-security.t b/t/lib/ftmp-security.t index 5f30f96..d31cc9e 100755 --- a/t/lib/ftmp-security.t +++ b/t/lib/ftmp-security.t @@ -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";