From 27a116c3ca51930b3a694d2239971467aa86632c Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 11 Oct 2001 08:39:06 +0000 Subject: Fix for Cactus/809 from Erik Schnetter git-svn-id: http://svn.cactuscode.org/flesh/trunk@2399 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/Runtest.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/sbin/Runtest.pl b/lib/sbin/Runtest.pl index 3df906ca..283b5c1d 100644 --- a/lib/sbin/Runtest.pl +++ b/lib/sbin/Runtest.pl @@ -427,7 +427,9 @@ sub runtest } # clear out test directory - chdir ("$tsttop${sep}$tp"); + chdir ("$tsttop"); + mkdir ($tp,0755); + chdir ("$tp"); opendir (DIR, "."); unlink (grep (/.+\..+/, readdir (DIR))); closedir (DIR); -- cgit v1.2.3