mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-24 05:30:42 +01:00
libnm-util/tests: fix build for older glib with unknown G_SPAWN_DEFAULT
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
7eb6f5128a
commit
536029a96d
1 changed files with 1 additions and 1 deletions
|
|
@ -2454,7 +2454,7 @@ test_libnm_linking (void)
|
|||
int status;
|
||||
GError *error = NULL;
|
||||
|
||||
g_spawn_sync (BUILD_DIR, argv, NULL, G_SPAWN_DEFAULT, NULL, NULL,
|
||||
g_spawn_sync (BUILD_DIR, argv, NULL, 0 /*G_SPAWN_DEFAULT*/, NULL, NULL,
|
||||
&out, &err, &status, &error);
|
||||
g_assert_no_error (error);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue