From da7cc32f437595100ad6f9c0da2eda282ddbb184 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 21 Aug 2000 01:23:39 +0000 Subject: [PATCH] The #6724 is here. p4raw-id: //depot/perl@6732 --- t/lib/ftmp-security.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.7.4