From 259fc2d76372f68df6f8dd5eb7ac294e600ef3ab Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 17 Jun 2024 07:09:36 +0200 Subject: [PATCH] test: Stop failing on SELinux messages for all Fedoras Fedora 40 pending updates also cause all kinds of new errors. Extends commit 86e2b69e8b. Fixes #20542 --- test/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run b/test/run index 34f89d0332b..fabdb2921ed 100755 --- a/test/run +++ b/test/run @@ -66,7 +66,7 @@ case "${TEST_SCENARIO:=}" in esac # these are too volatile/ungated, we can't keep up with reporting issues -if [ "$TEST_OS" = "fedora-rawhide" ] || [ "$TEST_OS" = "centos-10" ]; then +if [ "${TEST_OS#fedora}" != "$TEST_OS" ] || [ "$TEST_OS" = "centos-10" ]; then export TEST_AUDIT_NO_SELINUX=1 fi