More !srcdir build fixes

This commit is contained in:
Matthias Clasen 2010-05-14 10:25:31 -04:00
parent d8d1a02c55
commit 159f533abf
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ test_introspection_parser (void)
*/
usleep (500 * 1000);
/* this is safe; testserver will exit once the bus goes away */
g_assert (g_spawn_command_line_async ("./gdbus-testserver.py", NULL));
g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver.py", NULL));
g_main_loop_run (loop);

View File

@ -507,7 +507,7 @@ main (int argc,
usleep (500 * 1000);
/* this is safe; testserver will exit once the bus goes away */
g_assert (g_spawn_command_line_async ("./gdbus-testserver.py", NULL));
g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver.py", NULL));
/* wait for the service to come up */
usleep (500 * 1000);