aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 3e86abd5a..921cd28bf 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -591,7 +591,7 @@ sub singletest {
my $cmdargs;
if(!$tool) {
# run curl, add -v for debug information output
- $cmdargs ="$out--include -v $cmd";
+ $cmdargs ="$out --include -v $cmd";
}
else {
$cmdargs = " $cmd"; # $cmd is the command line for the test file