summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-05 15:17:42 +0200
committerJim Meyering <meyering@redhat.com>2008-05-06 08:21:30 +0200
commitd3dc29c0bef01d16918dfb3b792ef6ed674f7eb9 (patch)
tree2e1dc9c8ae1083cccdc2e11b00c2c41a96a105bc /tests/Makefile.am
parent6ec3a4f03356a79a49f03e4b8c4d59bca30ca671 (diff)
downloadcoreutils-d3dc29c0bef01d16918dfb3b792ef6ed674f7eb9.tar.xz
tests: skip another test if mcstransd is running
* tests/test-lib.sh (skip_if_mcstransd_is_running_): New function, extracted from... * tests/misc/chcon: ...here. Use function, not open-coded test. * tests/misc/selinux: Use the function here, too. Require root, not non-root. * tests/Makefile.am (root_tests): Add misc/selinux.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c22b62edf..daf2e5a9f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,6 +32,7 @@ root_tests = \
cp/special-bits \
ls/nameless-uid \
misc/chcon \
+ misc/selinux \
mkdir/writable-under-readonly \
mv/sticky-to-xpart \
rm/fail-2eperm \