Loading tests/runtests.pl +2 −1 Original line number Original line Diff line number Diff line Loading @@ -3909,7 +3909,8 @@ sub singletest { if((!$cmdhash{'option'}) || ($cmdhash{'option'} !~ /no-output/)) { if((!$cmdhash{'option'}) || ($cmdhash{'option'} !~ /no-output/)) { #We may slap on --output! #We may slap on --output! if (!@validstdout || $cmdhash{'option'} =~ /force-output/) { if (!@validstdout || ($cmdhash{'option'} && $cmdhash{'option'} =~ /force-output/)) { $out=" --output $CURLOUT "; $out=" --output $CURLOUT "; } } } } Loading Loading
tests/runtests.pl +2 −1 Original line number Original line Diff line number Diff line Loading @@ -3909,7 +3909,8 @@ sub singletest { if((!$cmdhash{'option'}) || ($cmdhash{'option'} !~ /no-output/)) { if((!$cmdhash{'option'}) || ($cmdhash{'option'} !~ /no-output/)) { #We may slap on --output! #We may slap on --output! if (!@validstdout || $cmdhash{'option'} =~ /force-output/) { if (!@validstdout || ($cmdhash{'option'} && $cmdhash{'option'} =~ /force-output/)) { $out=" --output $CURLOUT "; $out=" --output $CURLOUT "; } } } } Loading