summaryrefslogtreecommitdiff
path: root/src/3rd_party/dbus-1.7.8/test/data/auth/anonymous-client-successful.auth-script
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rd_party/dbus-1.7.8/test/data/auth/anonymous-client-successful.auth-script')
-rw-r--r--src/3rd_party/dbus-1.7.8/test/data/auth/anonymous-client-successful.auth-script16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/3rd_party/dbus-1.7.8/test/data/auth/anonymous-client-successful.auth-script b/src/3rd_party/dbus-1.7.8/test/data/auth/anonymous-client-successful.auth-script
deleted file mode 100644
index 9a1620bc52..0000000000
--- a/src/3rd_party/dbus-1.7.8/test/data/auth/anonymous-client-successful.auth-script
+++ /dev/null
@@ -1,16 +0,0 @@
-## this tests that a client can login anonymously
-
-CLIENT
-
-## Reject whatever mechanism the client picks first
-EXPECT_COMMAND AUTH
-SEND 'REJECTED DBUS_TEST_NONEXISTENT_MECH1 ANONYMOUS DBUS_TEST_NONEXISTENT_MECH2'
-
-## And this time we get ANONYMOUS
-
-EXPECT_COMMAND AUTH
-## of course real DBUS_COOKIE_SHA1 would not send this here...
-SEND 'OK 1234deadbeef'
-
-EXPECT_COMMAND BEGIN
-EXPECT_STATE AUTHENTICATED