summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/check.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check.mk b/tests/check.mk
index 91184cc00..3d9a11a25 100644
--- a/tests/check.mk
+++ b/tests/check.mk
@@ -17,7 +17,7 @@
# Ensure that all version-controlled executable files are listed in TESTS.
_v = TESTS
vc_exe_in_TESTS: Makefile
- if test -d $(top_srcdir)/.git; then \
+ @if test -d $(top_srcdir)/.git; then \
sed -n '/^$(_v) =/,/[^\]$$/p' $(srcdir)/Makefile.am \
| sed 's/^ *//;/^\$$.*/d;/^$(_v) =/d' \
| tr -s '\012\\' ' ' | fmt -1 | sort -u > t1 && \