From 58f8be580039b0575b197b9573a1c92745d96d30 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 17 Jan 2017 20:25:09 +0100 Subject: New upstream version 1.5.90 --- shared/nm-test-utils-impl.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shared/nm-test-utils-impl.c') diff --git a/shared/nm-test-utils-impl.c b/shared/nm-test-utils-impl.c index 613a6dfe..6926ea30 100644 --- a/shared/nm-test-utils-impl.c +++ b/shared/nm-test-utils-impl.c @@ -82,7 +82,7 @@ NMTstcServiceInfo * nmtstc_service_init (void) { NMTstcServiceInfo *info; - const char *args[2] = { TEST_NM_SERVICE, NULL }; + const char *args[] = { TEST_NM_PYTHON, TEST_NM_SERVICE, NULL }; GError *error = NULL; int i; @@ -95,7 +95,9 @@ nmtstc_service_init (void) * stdin; if it closes, the service will exit immediately. We use this to * make sure the service exits if the test program crashes. */ - g_spawn_async_with_pipes (NULL, (char **) args, NULL, 0, NULL, NULL, + g_spawn_async_with_pipes (NULL, (char **) args, NULL, + G_SPAWN_SEARCH_PATH, + NULL, NULL, &info->pid, &info->keepalive_fd, NULL, NULL, &error); g_assert_no_error (error); -- cgit 1.3.0-6-gf8a5