]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: avoid duplicate test runs
authorBernhard Voelker <mail@bernhard-voelker.de>
Sun, 18 Oct 2015 10:46:05 +0000 (12:46 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Sun, 18 Oct 2015 16:48:23 +0000 (18:48 +0200)
* 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_'.

tests/local.mk

index 7df04dac1b5199f16947ff62de0dd31d152fb0bc..0471f5e4effe83fb4192a80c7b1d915e90ee6859 100644 (file)
@@ -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                          \