summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-self-test.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-10-07 16:04:16 +0100
committerRichard Hughes <richard@hughsie.com>2015-10-07 16:05:20 +0100
commit19ac13495b7463bec38cbce534b7ca2bf3257e69 (patch)
treed021eaeb59c9668b34bce367e7884b648739e1b9 /libappstream-builder/asb-self-test.c
parent3fc4f1801752a54c95ea77c67ebd726a9c941958 (diff)
downloadappstream-glib-19ac13495b7463bec38cbce534b7ca2bf3257e69.tar.gz
trivial: Fix distcheck by searching the built files
Diffstat (limited to 'libappstream-builder/asb-self-test.c')
-rw-r--r--libappstream-builder/asb-self-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-builder/asb-self-test.c b/libappstream-builder/asb-self-test.c
index 56cdcd2..f959ca4 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, >=, 15);
+ g_assert_cmpint (plugins->len, >=, 14);
plugin = g_ptr_array_index (plugins, 0);
g_assert (plugin != NULL);
g_assert (plugin->module != NULL);