mirror of
https://github.com/curl/curl.git
synced 2026-07-27 22:43:12 +03:00
runtests: allow %EMPTY in <stdout> to verify no output
This commit is contained in:
parent
ad1fcd6111
commit
779bba2f3f
2 changed files with 5 additions and 0 deletions
|
|
@ -1273,6 +1273,8 @@ sub singletest_check {
|
|||
}
|
||||
|
||||
if(@validstdout) {
|
||||
$validstdout[0] =~ s/^%EMPTY[\r\n]*//;
|
||||
|
||||
# verify redirected stdout
|
||||
my @actual = loadarray(stdoutfilename($logdir, $testnum));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue