From 26ed77c836cddc09386a7cb786dac2e8793cc698 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 18 Sep 2015 11:32:09 +0100 Subject: trivial: Fix make distcheck --- libappstream-builder/asb-self-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libappstream-builder/asb-self-test.c b/libappstream-builder/asb-self-test.c index 8b9046a..56cdcd2 100644 --- a/libappstream-builder/asb-self-test.c +++ b/libappstream-builder/asb-self-test.c @@ -267,7 +267,7 @@ asb_test_plugin_loader_func (void) /* get the list of plugins */ plugins = asb_plugin_loader_get_plugins (loader); - g_assert_cmpint (plugins->len, >=, 16); + g_assert_cmpint (plugins->len, >=, 15); plugin = g_ptr_array_index (plugins, 0); g_assert (plugin != NULL); g_assert (plugin->module != NULL); -- cgit v1.2.1