diff options
-rwxr-xr-x | test/runtest | 3 | ||||
-rw-r--r-- | test/stdout/3820 | 2 |
2 files changed, 4 insertions, 1 deletions
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 ======== diff --git a/test/stdout/3820 b/test/stdout/3820 index be1a2c53b..25723136a 100644 --- a/test/stdout/3820 +++ b/test/stdout/3820 @@ -11,7 +11,7 @@ Connecting to 127.0.0.1 port 1225 ... connected ??? 250- <<< 250-PIPELINING ??? 250- -<<< 250-AUTH ANONYMOUS PLAIN SCRAM-SHA-1 SCRAM-SHA-256 +<<< 250-AUTH ANONYMOUS PLAIN SCRAM-SHA-1 ??? 250 <<< 250 HELP >>> AUTH PLAIN AHBoMTAAc2VjcmV0 |