mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 16:00:10 +01:00
* dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip \r off of popped lines * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth scripts * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a SEND, append \r\n
7 lines
195 B
Text
7 lines
195 B
Text
## this tests that receiving a nonexistent command is handled properly
|
|
## by a server
|
|
|
|
SERVER
|
|
SEND 'NONEXISTENT_COMMAND foo bar baz blah blah'
|
|
EXPECT_COMMAND ERROR
|
|
EXPECT_STATE WAITING_FOR_INPUT
|