From 27fcee861acb9fb1c517db684626ede30f560872 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Mon, 30 Aug 2021 14:10:05 +0000 Subject: [PATCH] libtest: tweak selinux/relabel message --- tests/libtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest.sh b/tests/libtest.sh index f04ccaa0..3976bc5b 100755 --- a/tests/libtest.sh +++ b/tests/libtest.sh @@ -609,7 +609,7 @@ have_systemd_and_libmount() { # https://github.com/ostreedev/ostree/pull/1217 skip_without_no_selinux_or_relabel () { if ! have_selinux_relabel; then - skip "this test requires xattr support" + skip "this test requires SELinux relabeling support" fi }