2004-06-02 Kristian Høgsberg <krh@redhat.com>
[platform/upstream/dbus.git] / test / data / auth / extra-bytes.auth-script
1 ## this tests that we have the expected extra bytes at the end
2
3 SERVER
4 SEND 'AUTH EXTERNAL USERID_HEX'
5 EXPECT_COMMAND OK
6 EXPECT_STATE WAITING_FOR_INPUT
7 SEND 'BEGIN\r\nHello'
8 EXPECT_STATE AUTHENTICATED_WITH_UNUSED_BYTES
9 EXPECT_UNUSED 'Hello\r\n'
10 EXPECT_STATE AUTHENTICATED