tests: Fix bodhi link

From review in https://github.com/coreos/rpm-ostree/pull/2585#discussion_r577149232
This commit is contained in:
Colin Walters 2021-02-16 21:33:26 +00:00 committed by OpenShift Merge Robot
parent c48e8bfad3
commit 7bf885ecf7

View File

@ -115,7 +115,7 @@ check_fcap() {
fi
return
fi
# Replace '+' with '='; a libcap change https://bodhi.fedoraproject.org/updates/FEDORA-2021-eeff266a64
# Replace '+' with '='; a libcap change https://bodhi.fedoraproject.org/updates/FEDORA-2021-570cc05441
# changed the output, and the new variant seems more correct
# because it's matching what we specified above. But we need
# to handle the previous case too for backcompat for a bit.