diff options
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 0c3d3601d74..d4395e69bb8 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -220,7 +220,7 @@ endif ## the tests were arranged differently. .PHONY: check-no-automated-subdir check-no-automated-subdir: - test ! -d $(srcdir)/automated + ${AM_V_at}test ! -d $(srcdir)/automated ## Rerun all default tests. check: mostlyclean check-no-automated-subdir |