gtester: Use FD_CLOEXEC when creating pipes
authorColin Walters <walters@verbum.org>
Wed, 23 Jan 2013 16:51:48 +0000 (11:51 -0500)
committerColin Walters <walters@verbum.org>
Wed, 23 Jan 2013 17:23:51 +0000 (12:23 -0500)
commitd8874e58a78889815f004f62681cd99b5f5d36f7
tree254d9d3d56c5779da2ca402b41f40f667bbb3497
parent5932e16acda9434cd4e9d76cf6faba4b8217357f
gtester: Use FD_CLOEXEC when creating pipes

We were already unsetting the cloexec flag for the child later,
just not actually starting with it.

https://bugzilla.gnome.org/show_bug.cgi?id=692404
glib/gtester.c