diff options
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index fddac3d78..3e86abd5a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -584,7 +584,7 @@ sub singletest { } else { if (!@validstdout) { - $out="--output $CURLOUT "; + $out=" --output $CURLOUT "; } } |