mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 11:44:03 +02:00
Merge branch 'wip/pwithnall/freebsd-spawn-fix' into 'master'
tests: Add missing NULL terminator to spawn-singlethread test See merge request GNOME/glib!1955
This commit is contained in:
@@ -439,7 +439,7 @@ test_spawn_fd_assignment_clash (void)
|
|||||||
const guint n_fds = 10;
|
const guint n_fds = 10;
|
||||||
gint source_fds[n_fds];
|
gint source_fds[n_fds];
|
||||||
gint target_fds[n_fds];
|
gint target_fds[n_fds];
|
||||||
const gchar *argv[] = { "/nonexistent" };
|
const gchar *argv[] = { "/nonexistent", NULL };
|
||||||
gboolean retval;
|
gboolean retval;
|
||||||
GError *local_error = NULL;
|
GError *local_error = NULL;
|
||||||
struct stat statbuf;
|
struct stat statbuf;
|
||||||
|
Reference in New Issue
Block a user