From 9aeb7905cfa14656b52acd6a504edd769b60be66 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 13 Mar 2025 08:11:38 -0700 Subject: [PATCH] tests/int/selinux: fix skip message It was a mistake to say that SELinux need to be in the enforcing mode for these tests to run. It only needs to be enabled. Signed-off-by: Kir Kolyshkin --- tests/integration/selinux.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/selinux.bats b/tests/integration/selinux.bats index 84b2368b9..53a3ea728 100644 --- a/tests/integration/selinux.bats +++ b/tests/integration/selinux.bats @@ -5,7 +5,7 @@ load helpers function setup() { requires root # for chcon if ! selinuxenabled; then - skip "requires SELinux enabled and in enforcing mode" + skip "requires SELinux enabled" fi setup_busybox