Skip to content

Commit 9aeb790

Browse files
committed
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 <[email protected]>
1 parent 5ac77ed commit 9aeb790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/selinux.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ load helpers
55
function setup() {
66
requires root # for chcon
77
if ! selinuxenabled; then
8-
skip "requires SELinux enabled and in enforcing mode"
8+
skip "requires SELinux enabled"
99
fi
1010

1111
setup_busybox

0 commit comments

Comments
 (0)