mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01: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:
commit
4402482397
@ -439,7 +439,7 @@ test_spawn_fd_assignment_clash (void)
|
||||
const guint n_fds = 10;
|
||||
gint source_fds[n_fds];
|
||||
gint target_fds[n_fds];
|
||||
const gchar *argv[] = { "/nonexistent" };
|
||||
const gchar *argv[] = { "/nonexistent", NULL };
|
||||
gboolean retval;
|
||||
GError *local_error = NULL;
|
||||
struct stat statbuf;
|
||||
|
Loading…
Reference in New Issue
Block a user