From 5eca890f93bd12b67a935af853ed5778a4cdbac1 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 16 Feb 2021 09:19:44 +0000 Subject: [PATCH] trivial: Do not assume the running system has LVFS enabled for the tests This is not true for RHEL, and so 'ninja dist' fails on any RHEL workstation. --- libfwupd/fwupd-self-test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libfwupd/fwupd-self-test.c b/libfwupd/fwupd-self-test.c index 99f43c6c0..a7f842f13 100644 --- a/libfwupd/fwupd-self-test.c +++ b/libfwupd/fwupd-self-test.c @@ -546,7 +546,6 @@ fwupd_client_remotes_func (void) g_assert_no_error (error); g_assert (remote2 != NULL); g_assert_cmpstr (fwupd_remote_get_id (remote2), ==, "lvfs"); - g_assert (fwupd_remote_get_enabled (remote2)); g_assert (fwupd_remote_get_metadata_uri (remote2) != NULL); /* check we set an error when unfound */