diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2013-02-11 09:48:31 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-02-11 10:30:04 +0000 |
commit | 54cdb0e88bea464f0fda8649885bf21dcf56df4e (patch) | |
tree | 23b6fcca2d18752cb8c9cee62b172398a2cf2a09 /tests | |
parent | 6c1a3b0a29d353f65ddfd5c65d2adeff62d93fed (diff) | |
download | coreutils-54cdb0e88bea464f0fda8649885bf21dcf56df4e.tar.xz |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/local.mk | 2 |
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. |