libtest: tweak selinux/relabel message
authorLuca BRUNO <luca.bruno@coreos.com>
Mon, 30 Aug 2021 14:10:05 +0000 (14:10 +0000)
committerLuca BRUNO <luca.bruno@coreos.com>
Mon, 6 Sep 2021 07:41:00 +0000 (07:41 +0000)
tests/libtest.sh

index f04ccaa08407beb4ce3ff9909250354427a0cf73..3976bc5b03afe8f1baf8970af36c00f6fcadb6e9 100755 (executable)
@@ -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
 }