diff options
Diffstat (limited to 'gio/tests/gdbus-proxy-well-known-name.c')
-rw-r--r-- | gio/tests/gdbus-proxy-well-known-name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/gdbus-proxy-well-known-name.c b/gio/tests/gdbus-proxy-well-known-name.c index 8f13977ee..bc22537e8 100644 --- a/gio/tests/gdbus-proxy-well-known-name.c +++ b/gio/tests/gdbus-proxy-well-known-name.c @@ -270,7 +270,7 @@ main (int argc, if (g_getenv ("G_TEST_DATA")) binpath = g_getenv ("G_TEST_DATA"); else - binpath = "."; + binpath = BUILDDIR; g_test_init (&argc, &argv, NULL); |