From 054079899128cfc4a9e50a3750d927724604eedb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 14 May 2010 01:36:25 -0400 Subject: [PATCH] Fix !srcdir build Thankfully we already had a SRCDIR define. --- gio/tests/gdbus-proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/gdbus-proxy.c b/gio/tests/gdbus-proxy.c index a0fabd8..bfd09c1 100644 --- a/gio/tests/gdbus-proxy.c +++ b/gio/tests/gdbus-proxy.c @@ -443,7 +443,7 @@ test_proxy (void) NULL); /* 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); -- 2.7.4