summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2016-04-26 11:29:46 -0700
committerCosimo Cecchi <cosimo@endlessm.com>2016-04-27 12:12:31 +0800
commitf8f344923eba57ca13d82e53f3e7b82633179f43 (patch)
tree1545a91e2a8aa1579813ec4e18e774ee134a9811
parent999711abc82ea3a698d05977f9f91c0b73957f7f (diff)
downloadglib-f8f344923eba57ca13d82e53f3e7b82633179f43.tar.gz
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
-rw-r--r--gio/tests/appmonitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/appmonitor.c b/gio/tests/appmonitor.c
index e0068e176..34661d88b 100644
--- a/gio/tests/appmonitor.c
+++ b/gio/tests/appmonitor.c
@@ -79,7 +79,7 @@ test_app_monitor (void)
g_timeout_add_seconds (3, quit_loop, loop);
- delete_app (path);
+ delete_app (app_path);
g_main_loop_run (loop);