test case 38 added a few new requirements

This commit is contained in:
Daniel Stenberg 2002-01-08 09:32:41 +00:00
parent a922132e4a
commit b545ac6391
1 changed files with 13 additions and 3 deletions

View File

@ -483,9 +483,17 @@ sub singletest {
writearray($filename, \@inputfile);
}
my %cmdhash = getpartattr("client", "command");
my $out="";
if (!@validstdout) {
$out="--output $CURLOUT ";
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
@ -832,7 +840,9 @@ if($testthis[0] ne "") {
# Output curl version and host info being tested
#
displaydata();
if(!$listonly) {
displaydata();
}
#######################################################################
# clear and create logging directory: