mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 17:30:10 +01:00
11 lines
245 B
Text
11 lines
245 B
Text
## this tests we can auth EXTERNAL as ourselves, with root credentials
|
|
UNIX_ONLY
|
|
SERVER
|
|
ROOT_CREDENTIALS
|
|
## 30 is ASCII '0' in hex
|
|
SEND 'AUTH EXTERNAL 30'
|
|
EXPECT_COMMAND OK
|
|
EXPECT_STATE WAITING_FOR_INPUT
|
|
SEND 'BEGIN'
|
|
EXPECT_STATE AUTHENTICATED
|
|
|