summaryrefslogtreecommitdiff
path: root/src/3rd_party/dbus-1.7.8/test/data/auth/fallback.auth-script
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rd_party/dbus-1.7.8/test/data/auth/fallback.auth-script')
-rw-r--r--src/3rd_party/dbus-1.7.8/test/data/auth/fallback.auth-script17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/3rd_party/dbus-1.7.8/test/data/auth/fallback.auth-script b/src/3rd_party/dbus-1.7.8/test/data/auth/fallback.auth-script
deleted file mode 100644
index 0d880c0020..0000000000
--- a/src/3rd_party/dbus-1.7.8/test/data/auth/fallback.auth-script
+++ /dev/null
@@ -1,17 +0,0 @@
-## this tests that a client can fallback to a secondary auth mech
-
-CLIENT
-
-## Will try EXTERNAL by default first without first calling AUTH alone.
-
-EXPECT_COMMAND AUTH
-SEND 'REJECTED EXTERNAL DBUS_COOKIE_SHA1 DBUS_TEST_NONEXISTENT_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 1234deadbeef'
-
-EXPECT_COMMAND BEGIN
-EXPECT_STATE AUTHENTICATED