[glib] tests: Fix appmonitor test



commit f8f344923eba57ca13d82e53f3e7b82633179f43
Author: Philip Chimento <philip endlessm com>
Date:   Tue Apr 26 11:29:46 2016 -0700

    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

 gio/tests/appmonitor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/appmonitor.c b/gio/tests/appmonitor.c
index e0068e1..34661d8 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]