X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/77da14136b689daefe37608b4fd77417cb8c17b3..f2738aab2d72569b6d47b788099f6ebab701b2b2:/test/runtest?ds=sidebyside diff --git a/test/runtest b/test/runtest index 45d00f9f8..07c499fa4 100755 --- a/test/runtest +++ b/test/runtest @@ -1064,6 +1064,9 @@ RESET_AFTER_EXTRA_LINE_READ: # LIMITS is not always supported by the build next if /^limits_advertise_hosts =/; + # PRDR + next if /^hosts_try_prdr = *$/; + # TLS resumption is not always supported by the build next if /^tls_resumption_hosts =/; next if /^-tls_resumption/; @@ -1257,7 +1260,7 @@ RESET_AFTER_EXTRA_LINE_READ: # drop pdkim debugging header next if /^DKIM( <<<<<<<<<<<<<<<<<<<<<<<<<<<<<+|: no signatures)$/; - # Some platforms have TIOCOUTome do not + # Some platforms have TIOCOUT, some do not next if /\d+ bytes remain in socket output buffer$/; # Various other IPv6 lines must be omitted too @@ -1380,6 +1383,9 @@ RESET_AFTER_EXTRA_LINE_READ: # so convert them all to "0" s%(?. (default: don't use valgrind) =cut +# vi: aw ai sw=2 # End of runtest script