mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 17:08:45 +02:00
GApplication test: fix testcase to avoid fork()
The GApplication test case tried to fork() while using GMainLoop, causing problems. Avoid doing that by splitting the child process into a separate program and spawning it in the usual way. https://bugzilla.gnome.org/show_bug.cgi?id=658999
This commit is contained in:
1
gio/tests/.gitignore
vendored
1
gio/tests/.gitignore
vendored
@@ -2,6 +2,7 @@ actions
|
||||
appinfo
|
||||
appinfo-test
|
||||
async-close-output-stream
|
||||
basic-application
|
||||
buffered-input-stream
|
||||
buffered-output-stream
|
||||
cancellable
|
||||
|
Reference in New Issue
Block a user