diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-30 22:45:21 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-30 23:05:36 +0000 |
commit | fdc7c95ecb7281cc0b60ffb0b518380f3ff252a4 (patch) | |
tree | 9908c37a1f5a82c4f5d31c3c2a8c8d183ab93e6a /test/scripts | |
parent | 25bd12fdff615275da6b811570b0f65d57ddc441 (diff) |
Testsuite: testcase for GSASL SCRAM-SHA-256
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/3825-gsasl-plaintext/3825 (renamed from test/scripts/3828-gsasl-plaintext/3828) | 0 | ||||
-rw-r--r-- | test/scripts/3825-gsasl-plaintext/REQUIRES (renamed from test/scripts/3828-gsasl-plaintext/REQUIRES) | 0 | ||||
-rw-r--r-- | test/scripts/3828-gsasl-scram-sha-256/3828 | 8 | ||||
-rw-r--r-- | test/scripts/3828-gsasl-scram-sha-256/REQUIRES | 2 |
4 files changed, 10 insertions, 0 deletions
diff --git a/test/scripts/3828-gsasl-plaintext/3828 b/test/scripts/3825-gsasl-plaintext/3825 index a30888f3d..a30888f3d 100644 --- a/test/scripts/3828-gsasl-plaintext/3828 +++ b/test/scripts/3825-gsasl-plaintext/3825 diff --git a/test/scripts/3828-gsasl-plaintext/REQUIRES b/test/scripts/3825-gsasl-plaintext/REQUIRES index 905a62278..905a62278 100644 --- a/test/scripts/3828-gsasl-plaintext/REQUIRES +++ b/test/scripts/3825-gsasl-plaintext/REQUIRES diff --git a/test/scripts/3828-gsasl-scram-sha-256/3828 b/test/scripts/3828-gsasl-scram-sha-256/3828 new file mode 100644 index 000000000..749dbf58d --- /dev/null +++ b/test/scripts/3828-gsasl-scram-sha-256/3828 @@ -0,0 +1,8 @@ +# GSASL SCRAM-SHA-256 +# +exim -DSERVER=server -DTRUSTED -bd -oX PORT_D +**** +exim -odi -DTRUSTED scram_sha_256@test.ex +**** +killdaemon +no_msglog_check diff --git a/test/scripts/3828-gsasl-scram-sha-256/REQUIRES b/test/scripts/3828-gsasl-scram-sha-256/REQUIRES new file mode 100644 index 000000000..89fd50833 --- /dev/null +++ b/test/scripts/3828-gsasl-scram-sha-256/REQUIRES @@ -0,0 +1,2 @@ +authenticator gsasl +feature _HAVE_AUTH_GSASL_SCRAM_SHA_256 |