Commit b545ac63 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

test case 38 added a few new requirements

parent a922132e
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -483,10 +483,18 @@ sub singletest {
        writearray($filename, \@inputfile);
    }

    my %cmdhash = getpartattr("client", "command");

    my $out="";

    if($cmdhash{'option'} eq "no-output") {
        #print "*** We don't slap on --output\n";
    }
    else {
        if (!@validstdout) {
            $out="--output $CURLOUT ";
        }
    }

    # run curl, add -v for debug information output
    my $cmdargs="$out--include -v $cmd";
@@ -832,7 +840,9 @@ if($testthis[0] ne "") {
# Output curl version and host info being tested
#

if(!$listonly) {
    displaydata();
}

#######################################################################
# clear and create logging directory: