summaryrefslogtreecommitdiffstats
path: root/test/data/auth/fallback.auth-script
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/auth/fallback.auth-script')
-rw-r--r--test/data/auth/fallback.auth-script9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/data/auth/fallback.auth-script b/test/data/auth/fallback.auth-script
index 1b8c40f5..ebe7ae28 100644
--- a/test/data/auth/fallback.auth-script
+++ b/test/data/auth/fallback.auth-script
@@ -5,17 +5,18 @@ CLIENT
## Will try EXTERNAL by default first without first calling AUTH alone.
EXPECT_COMMAND AUTH
-SEND 'REJECTED EXTERNAL DBUS_STUPID_TEST_MECH'
+SEND 'REJECTED EXTERNAL DBUS_COOKIE_SHA1 DBUS_TEST_NONEXISTENT_MECH'
## Will try EXTERNAL again.
EXPECT_COMMAND AUTH
-SEND 'REJECTED EXTERNAL DBUS_STUPID_TEST_MECH'
+SEND 'REJECTED EXTERNAL DBUS_COOKIE_SHA1 DBUS_TEST_NONEXISTENT_MECH'
-## And this time we get DBUS_STUPID_TEST_MECH.
+## And this time we get DBUS_COOKIE_SHA1
EXPECT_COMMAND AUTH
+## of course real DBUS_COOKIE_SHA1 would not send this here...
SEND 'OK'
EXPECT_COMMAND BEGIN
-EXPECT_STATE AUTHENTICATED
+EXPECT_STATE AUTHENTICATED