From 84a655513611641b55a8f46c13ee0e3cb141477f Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 29 Feb 2020 18:18:46 +0000 Subject: Testsuite: ignore differentce in libgsasl version --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/runtest') diff --git a/test/runtest b/test/runtest index ffa0a7112..e914ccb56 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 ======== -- cgit v1.2.3