projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3691a23
)
libtest: tweak selinux/relabel message
author
Luca BRUNO
<luca.bruno@coreos.com>
Mon, 30 Aug 2021 14:10:05 +0000
(14:10 +0000)
committer
Luca BRUNO
<luca.bruno@coreos.com>
Mon, 6 Sep 2021 07:41:00 +0000
(07:41 +0000)
tests/libtest.sh
patch
|
blob
|
history
diff --git
a/tests/libtest.sh
b/tests/libtest.sh
index f04ccaa08407beb4ce3ff9909250354427a0cf73..3976bc5b03afe8f1baf8970af36c00f6fcadb6e9 100755
(executable)
--- 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
}