summaryrefslogtreecommitdiff
path: root/lib/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbin')
-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 f6b48e54..c236c721 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -189,7 +189,7 @@ sub ParseTestConfigs
}
elsif ($line =~ m/^\s*EXTENSIONS\s*(.*)/i)
{
- $testdata->{"EXTENSIONS"} .= $1;
+ $testdata->{"EXTENSIONS"} .= "$1 ";
}
elsif ($line =~ m/^\s*TEST\s*(.*)/i)
{