summaryrefslogtreecommitdiff
path: root/tests/libtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest.sh')
-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
}