mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
Fix distcheck
With gdbus-testserver now being a compiled program, it no longer lives in SRCDIR.
This commit is contained in:
@@ -98,7 +98,7 @@ test_proxy_well_known_name (void)
|
||||
g_assert (g_dbus_proxy_get_cached_property_names (ap) == NULL);
|
||||
|
||||
/* this is safe; testserver will exit once the bus goes away */
|
||||
g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver", NULL));
|
||||
g_assert (g_spawn_command_line_async ("./gdbus-testserver", NULL));
|
||||
|
||||
/* check that we get the notify::g-name-owner signal */
|
||||
_g_assert_property_notify (p, "g-name-owner");
|
||||
@@ -224,7 +224,7 @@ test_proxy_well_known_name (void)
|
||||
* the 'y' property should be back at 1...
|
||||
*/
|
||||
/* this is safe; testserver will exit once the bus goes away */
|
||||
g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver", NULL));
|
||||
g_assert (g_spawn_command_line_async ("./gdbus-testserver", NULL));
|
||||
/* check that we get the notify::g-name-owner signal */
|
||||
_g_assert_property_notify (p, "g-name-owner");
|
||||
/* Now we should have a name owner as well as properties */
|
||||
|
Reference in New Issue
Block a user