mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
made stdin testing work, also made 'nocheck=true' work when set on the
reply data section
This commit is contained in:
parent
fe67ba6d2b
commit
e18ecaf108
@ -470,7 +470,7 @@ sub singletest {
|
||||
# run curl, add -v for debug information output
|
||||
my $cmdargs="$out--include -v $cmd";
|
||||
|
||||
my @stdintest = getpart("verify", "stdin");
|
||||
my @stdintest = getpart("client", "stdin");
|
||||
|
||||
if(@stdintest) {
|
||||
my $stdinfile="$LOGDIR/stdin-for-$testnum";
|
||||
@ -533,7 +533,9 @@ sub singletest {
|
||||
}
|
||||
}
|
||||
|
||||
if(@reply) {
|
||||
my %replyattr = getpartattr("reply", "data");
|
||||
if(!$replyattr{'nocheck'} &&
|
||||
@reply) {
|
||||
# verify the received data
|
||||
my @out = loadarray($CURLOUT);
|
||||
$res = compare(\@out, \@reply);
|
||||
|
Loading…
Reference in New Issue
Block a user