From: Daniel Stenberg Date: Thu, 12 Dec 2002 16:46:45 +0000 (+0000) Subject: missing space added, nows run old tests fine again X-Git-Tag: curl-7_10_3~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07e3dc2ee2ac3316dee6ee361a9e4619363dbaf3;p=curl missing space added, nows run old tests fine again --- 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 "; } }