summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2015-10-18 12:46:05 +0200
committerBernhard Voelker <mail@bernhard-voelker.de>2015-10-18 18:48:23 +0200
commit8802eb16e690266908f3267587b2ee9634c0c804 (patch)
tree94ce2d6bff66496e4ea12127c38b1295c6297fa2 /tests
parent0cb602e33aa4972170fa676547e4dd8dca63c00c (diff)
downloadcoreutils-8802eb16e690266908f3267587b2ee9634c0c804.tar.xz
maint: avoid duplicate test runs
* tests/local.mk (all_tests): Remove the tests 'tests/id/setgid.sh' and 'tests/mkdir/smack-root.sh' because they are mentioned in the 'all_root_tests' list; these tests are skipped anyway during a non-root run because flagged with 'require_root_'.
Diffstat (limited to 'tests')
-rw-r--r--tests/local.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 7df04dac1..0471f5e4e 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -536,7 +536,6 @@ all_tests = \
tests/id/no-context.sh \
tests/id/context.sh \
tests/id/uid.sh \
- tests/id/setgid.sh \
tests/id/zero.sh \
tests/id/smack.sh \
tests/install/basic-1.sh \
@@ -600,7 +599,6 @@ all_tests = \
tests/mkdir/special-1.sh \
tests/mkdir/t-slash.sh \
tests/mkdir/smack-no-root.sh \
- tests/mkdir/smack-root.sh \
tests/mv/acl.sh \
tests/mv/atomic.sh \
tests/mv/atomic2.sh \