summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-14 10:25:31 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-14 10:25:31 -0400
commit159f533abf9e653fa31dba5b3c12f024165c29db (patch)
treead48f30898db2b057d746f49314ab4b6fa7435b7 /gio
parentd8d1a02c556ed9fc4c436888c965bc8dee62ad81 (diff)
More !srcdir build fixes
Diffstat (limited to 'gio')
-rw-r--r--gio/tests/gdbus-introspection.c2
-rw-r--r--gio/tests/gdbus-threading.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gio/tests/gdbus-introspection.c b/gio/tests/gdbus-introspection.c
index a93c776de..e7fab2b39 100644
--- a/gio/tests/gdbus-introspection.c
+++ b/gio/tests/gdbus-introspection.c
@@ -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);
diff --git a/gio/tests/gdbus-threading.c b/gio/tests/gdbus-threading.c
index 1de395c3b..3fe0f7bea 100644
--- a/gio/tests/gdbus-threading.c
+++ b/gio/tests/gdbus-threading.c
@@ -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);