[gnome-software/wip/jrocha/fix-runtime-extensions-update] WIP



commit d81a7546bb4f2966cedf2af64acd7350e5d2e7b2
Author: Joaquim Rocha <jrocha endlessm com>
Date:   Thu Jan 25 10:48:25 2018 +0100

    WIP

 plugins/flatpak/gs-self-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/flatpak/gs-self-test.c b/plugins/flatpak/gs-self-test.c
index cf0b41ad..222e26b3 100644
--- a/plugins/flatpak/gs-self-test.c
+++ b/plugins/flatpak/gs-self-test.c
@@ -1280,7 +1280,7 @@ gs_plugins_flatpak_app_update_func (GsPluginLoader *plugin_loader)
        }
 
        /* add indirection so we can switch this after install */
-       unlink ("/var/tmp/self-test/repo");
+       g_assert_cmpint (unlink ("/var/tmp/self-test/repo"), ==, 0);
        g_assert (symlink (repodir1_fn, "/var/tmp/self-test/repo") == 0);
 
        /* add a remote */


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