mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
test case 38 added a few new requirements
This commit is contained in:
parent
a922132e4a
commit
b545ac6391
@ -483,9 +483,17 @@ sub singletest {
|
|||||||
writearray($filename, \@inputfile);
|
writearray($filename, \@inputfile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
my %cmdhash = getpartattr("client", "command");
|
||||||
|
|
||||||
my $out="";
|
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
|
# run curl, add -v for debug information output
|
||||||
@ -832,7 +840,9 @@ if($testthis[0] ne "") {
|
|||||||
# Output curl version and host info being tested
|
# Output curl version and host info being tested
|
||||||
#
|
#
|
||||||
|
|
||||||
displaydata();
|
if(!$listonly) {
|
||||||
|
displaydata();
|
||||||
|
}
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# clear and create logging directory:
|
# clear and create logging directory:
|
||||||
|
Loading…
Reference in New Issue
Block a user