diff options
Diffstat (limited to 'test/data/auth/client-out-of-mechanisms.auth-script')
-rw-r--r-- | test/data/auth/client-out-of-mechanisms.auth-script | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/data/auth/client-out-of-mechanisms.auth-script b/test/data/auth/client-out-of-mechanisms.auth-script new file mode 100644 index 00000000..ce6d3ad4 --- /dev/null +++ b/test/data/auth/client-out-of-mechanisms.auth-script @@ -0,0 +1,7 @@ +## this tests that tests that the client disconnects when it's out of +## known mechanisms + +CLIENT +EXPECT_COMMAND AUTH +SEND 'REJECTED BONGO_MD5' +EXPECT_STATE NEED_DISCONNECT |