summaryrefslogtreecommitdiffstats
path: root/test/data/auth/external-failed.auth-script
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/auth/external-failed.auth-script')
-rw-r--r--test/data/auth/external-failed.auth-script5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/data/auth/external-failed.auth-script b/test/data/auth/external-failed.auth-script
index b11ee9c5..7c4e9001 100644
--- a/test/data/auth/external-failed.auth-script
+++ b/test/data/auth/external-failed.auth-script
@@ -2,7 +2,10 @@
SERVER
NO_CREDENTIALS
+## verify that prior to doing anything, we haven't authed as anyone
+EXPECT_HAVE_NO_CREDENTIALS
SEND 'AUTH EXTERNAL USERID_HEX'
EXPECT_COMMAND REJECTED
EXPECT_STATE WAITING_FOR_INPUT
-
+## verify that we still haven't authed as anyone
+EXPECT_HAVE_NO_CREDENTIALS