mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
tests: Fix appmonitor test
Commit f45ec47
fixed a race condition in this test, but one change was
omitted; maybe lost in a rebase.
https://bugzilla.gnome.org/show_bug.cgi?id=749606
This commit is contained in:
parent
999711abc8
commit
f8f344923e
@ -79,7 +79,7 @@ test_app_monitor (void)
|
|||||||
|
|
||||||
g_timeout_add_seconds (3, quit_loop, loop);
|
g_timeout_add_seconds (3, quit_loop, loop);
|
||||||
|
|
||||||
delete_app (path);
|
delete_app (app_path);
|
||||||
|
|
||||||
g_main_loop_run (loop);
|
g_main_loop_run (loop);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user