mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-30 12:54:11 +02:00
Use the C gdbus-testserver in tests
This commit is contained in:
@@ -125,7 +125,7 @@ test_introspection_parser (void)
|
||||
g_assert_no_error (error);
|
||||
|
||||
/* this is safe; testserver will exit once the bus goes away */
|
||||
g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver.py", NULL));
|
||||
g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver", NULL));
|
||||
|
||||
_g_assert_property_notify (proxy, "g-name-owner");
|
||||
|
||||
|
Reference in New Issue
Block a user