mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 08:26:14 +01:00
tests: Add missing NULL terminator to spawn-singlethread test
This should have been in commit
b31f3f5f80
.
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
51e964849b
commit
b018730087
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user