summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca BRUNO <luca.bruno@coreos.com>2021-08-30 14:10:05 +0000
committerLuca BRUNO <luca.bruno@coreos.com>2021-09-06 07:41:00 +0000
commit27fcee861acb9fb1c517db684626ede30f560872 (patch)
treebc89efcf5b270315c698c22f78b593e6617acfc8
parent3691a23a419690ebd864fa961e01ed14f8cc151e (diff)
downloadostree-27fcee861acb9fb1c517db684626ede30f560872.tar.gz
libtest: tweak selinux/relabel message
-rwxr-xr-xtests/libtest.sh2
1 files changed, 1 insertions, 1 deletions
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
}