gio/tests: fix a few more gdbus-testserver.py references

that got missed in Matthias's earlier patch
This commit is contained in:
Dan Winship
2013-01-06 17:12:15 -05:00
parent 5eba978497
commit 1d0687aa81
2 changed files with 5 additions and 5 deletions

View File

@@ -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.py", NULL));
g_assert (g_spawn_command_line_async (SRCDIR "/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 */