mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 21:35:02 +00:00
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.
This commit is contained in:
parent
f572a012f6
commit
5eca890f93
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user