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:
Philip Chimento 2016-04-26 11:29:46 -07:00 committed by Cosimo Cecchi
parent 999711abc8
commit f8f344923e

View File

@ -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);