dbus/test/data/auth/extra-bytes.auth-script

11 lines
275 B
Text
Raw Normal View History

## this tests that we have the expected extra bytes at the end
SERVER
SEND 'AUTH EXTERNAL USERID_BASE64'
EXPECT_COMMAND OK
EXPECT_STATE WAITING_FOR_INPUT
SEND 'BEGIN\r\nHello'
EXPECT_STATE AUTHENTICATED_WITH_UNUSED_BYTES
EXPECT_UNUSED 'Hello\r\n'
EXPECT_STATE AUTHENTICATED