X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/2f2dd3a5b7af190a42d45fead6230bc1bb75483d..b273058b341903372bdebe67d2960e4f8d2d8689:/test/runtest diff --git a/test/runtest b/test/runtest index ffa0a7112..994ff9ff8 100755 --- a/test/runtest +++ b/test/runtest @@ -1029,6 +1029,9 @@ RESET_AFTER_EXTRA_LINE_READ: # TLS resumption is not always supported by the build next if /^tls_resumption_hosts =/; next if /^-tls_resumption/; + + # gsasl library version may not support some methods + s/250-AUTH ANONYMOUS PLAIN SCRAM-SHA-1\K SCRAM-SHA-256//; } # ======== stderr ======== @@ -1207,6 +1210,9 @@ RESET_AFTER_EXTRA_LINE_READ: # timing variance, run-to-run s/^time on queue = \K1s/0s/; + # content-scan: file order can vary in directory + s%unspool_mbox\(\): unlinking 'TESTSUITE/spool/scan/[^/]*/\K[^\']*%FFFFFFFFF%; + # Skip hosts_require_dane checks when the options # are unset, because dane ain't always there. next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x;