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/runtest | |
parent | 759502e5af0acfb310b8571f056d2dbf59adb1d3 (diff) |
Testsuite: ignore differentce in libgsasl version
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 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 ======== |