Testsuite: ignore differentce in libgsasl version
[exim.git] / test / runtest
index ffa0a7112973c3bb5c6ba5ede43fe128b975fa2c..e914ccb563e8f929e07d6dc767d9a573ed0eb1e0 100755 (executable)
@@ -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 ========