diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-29 18:18:46 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-29 18:18:46 +0000 |
commit | 84a655513611641b55a8f46c13ee0e3cb141477f (patch) | |
tree | 78ab1db387543bf3284f68d25f021e730fe4a476 /test | |
parent | 759502e5af0acfb310b8571f056d2dbf59adb1d3 (diff) |
Testsuite: ignore differentce in libgsasl version
Diffstat (limited to 'test')
-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 |