From 51f030dcd810b354970ddd7a463b7dfae24a376a Mon Sep 17 00:00:00 2001 From: "mpm@selenic.com" Date: Tue, 26 Jul 2005 19:27:05 -0800 Subject: [PATCH] Add template to mktemp call Based on a patch from Soh Tk-r28629 --- tests/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-tests b/tests/run-tests index 82a858c7d9..ed0dcfc750 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -47,7 +47,7 @@ function run_one { rm -f $1.err export TZ=GMT - D=`mktemp -d` + D=`mktemp -d -t tmp.XXXXXX` if [ "$D" = "" ] ; then echo mktemp failed! fi