summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2013-02-11 09:48:31 +0000
committerPádraig Brady <P@draigBrady.com>2013-02-11 10:30:04 +0000
commit54cdb0e88bea464f0fda8649885bf21dcf56df4e (patch)
tree23b6fcca2d18752cb8c9cee62b172398a2cf2a09
parent6c1a3b0a29d353f65ddfd5c65d2adeff62d93fed (diff)
downloadcoreutils-54cdb0e88bea464f0fda8649885bf21dcf56df4e.tar.gz
coreutils-54cdb0e88bea464f0fda8649885bf21dcf56df4e.tar.bz2
coreutils-54cdb0e88bea464f0fda8649885bf21dcf56df4e.zip
maint: avoid running check-root tests in gnulib
* tests/local.mk (check-root): Restrict to SUBDIRS=. as traversing into gnulib-tests induces a false failure.
-rw-r--r--tests/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 83b4ab927..9be197025 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -137,7 +137,7 @@ all_root_tests = \
ALL_RECURSIVE_TARGETS += check-root
.PHONY: check-root
check-root:
- $(MAKE) check TESTS='$(root_tests)'
+ $(MAKE) check TESTS='$(root_tests)' SUBDIRS=.
# Do not choose a name that is a shell keyword like 'if', or a
# commonly-used utility like 'cat' or 'test', as the name of a test.