mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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);
|
||||
}
|
||||
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user