tests: port from g_test_trap_subprocess() to g_test_trap_fork()
authorDan Winship <danw@gnome.org>
Sat, 24 Nov 2012 21:34:13 +0000 (16:34 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 19 Dec 2012 19:35:10 +0000 (14:35 -0500)
commitea06ec80634ff8f22882f3bc92effb10ac294e41
tree936f2a046818149587cf1f20eae6f6c2d8f2fc4a
parente3a29184d56b3a65664eb8859e61afbc804497c8
tests: port from g_test_trap_subprocess() to g_test_trap_fork()

(or, in a few cases, to g_test_expect_message())

https://bugzilla.gnome.org/show_bug.cgi?id=679683
19 files changed:
gio/tests/gdbus-exit-on-close.c
gio/tests/gdbus-non-socket.c
gio/tests/gdbus-proxy.c
gio/tests/gschema-compile.c
gio/tests/gsettings.c
glib/tests/array-test.c
glib/tests/dataset.c
glib/tests/gvariant.c
glib/tests/logging.c
glib/tests/mem-overflow.c
glib/tests/option-context.c
glib/tests/scannerapi.c
glib/tests/slice.c
glib/tests/test-printf.c
glib/tests/testing.c
glib/tests/utils.c
gobject/tests/param.c
tests/Makefile.am
tests/testglib.c