From 7bf885ecf758bab5dd0fc920b1d65597ecf6ae02 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 16 Feb 2021 21:33:26 +0000 Subject: [PATCH] tests: Fix bodhi link From review in https://github.com/coreos/rpm-ostree/pull/2585#discussion_r577149232 --- tests/vmcheck/test-layering-non-root-caps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vmcheck/test-layering-non-root-caps.sh b/tests/vmcheck/test-layering-non-root-caps.sh index b8e32e1144..416343334f 100755 --- a/tests/vmcheck/test-layering-non-root-caps.sh +++ b/tests/vmcheck/test-layering-non-root-caps.sh @@ -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.