mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Fix gdbus-exit-on-close test case
Forgot to update the test case after last commit. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
6a492a4519
commit
86d947f01f
@ -55,7 +55,7 @@ test_exit_on_close (void)
|
||||
session_bus_down ();
|
||||
g_main_loop_run (loop);
|
||||
}
|
||||
g_test_trap_assert_stdout ("*Remote peer vanished. Exiting.*");
|
||||
g_test_trap_assert_stdout ("*Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.*");
|
||||
g_test_trap_assert_failed();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user