X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4022c6568fa89eb47e0d78f86f7b7cfbcfefcdc4..a1108b5118d32e969c5fe91b2110944f7483a7cb:/test/runtest diff --git a/test/runtest b/test/runtest index 8ebba5023..8f49b26d3 100755 --- a/test/runtest +++ b/test/runtest @@ -1020,6 +1020,9 @@ RESET_AFTER_EXTRA_LINE_READ: # ARC is not always supported by the build next if /^arc_sign =/; + # LIMITS is not always supported by the build + next if /^limits_advertise_hosts =/; + # TLS resumption is not always supported by the build next if /^tls_resumption_hosts =/; next if /^-tls_resumption/; @@ -1285,6 +1288,9 @@ RESET_AFTER_EXTRA_LINE_READ: # Experimental_REQUIRETLS next if / in tls_advertise_requiretls?\? no \(end of list\)/; + # Experimental_LIMITS + next if / in limits_advertise_hosts?\? no \(matched "!\*"\)/; + # TCP Fast Open next if /^(ppppp )?setsockopt FASTOPEN: Network Error/;