summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-12 05:59:55 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-12 05:59:55 +0000
commit1507b224ad4e8b4fac70837b1bec560216220442 (patch)
tree21d2d51be0c4bc0820088fa4780e636d074635ee
parent770e8f3297abc4b887dbe6e0ddc5b92eaa5d5e43 (diff)
Count files properly
Fix for Cactus/704 from Erik Schnetter git-svn-id: http://svn.cactuscode.org/flesh/trunk@2224 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/sbin/Runtest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/Runtest.pl b/lib/sbin/Runtest.pl
index 12593061..9d1ddf2b 100644
--- a/lib/sbin/Runtest.pl
+++ b/lib/sbin/Runtest.pl
@@ -469,7 +469,7 @@ sub runtest
$nfiles = 0;
# Count number of files in test directory
- @newout = <"$tsttop$sep$tp${sep}"*.*l>;
+ @newout = <$tsttop$sep$tp${sep}*.*l>;
foreach $file (@oldout)
{