summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)