summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-09-26 14:12:38 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-09-26 14:12:38 +0000
commit19735443de8b118a28fae31e00876aef014d423c (patch)
tree1537026ea8c596fb035b0a5abb8ad118bc16d029
parent26419a0ca32cf1d0b678b094a03f058e7a0b0880 (diff)
fix error
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4734 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/sbin/RunTestUtils.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/RunTestUtils.pl b/lib/sbin/RunTestUtils.pl
index 8b9a73f9..a3b3adac 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -159,7 +159,7 @@ sub ParseTestConfigs
if (-r $old_config_file)
{
- print " Thorn $thorn has a 'config' file in 'test/'.\n"
+ print " Thorn $thorn has a 'config' file in 'test/'.\n".
" Config files are deprecated. Use test.ccl instead.\n";
}
if (!-r $config_file)