summaryrefslogtreecommitdiff
path: root/t/check2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/check2.sh')
-rw-r--r--t/check2.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/t/check2.sh b/t/check2.sh
index 2bf433dba..b2b5f011f 100644
--- a/t/check2.sh
+++ b/t/check2.sh
@@ -55,14 +55,8 @@ run_make -O check
grep '^PASS: subrun\.sh *$' stdout
grep 'PASS.*echo\.sh' stdout && exit 1
-# 'check' should depend directly on 'check-am' (similar tests are
-# in 'check.sh' and 'built-sources-check.sh').
-$EGREP '^check:.* check-recursive( |$)' Makefile.in
-$EGREP '^check:.* check-am( |$)' dir/Makefile.in
-
# Make sure subrun.sh is still on its line as above. This means Automake
-# hasn't rewritten the TESTS line unnecessarily (we can tell, because all
-# Automake variables are reformatted by VAR_PRETTY).
+# hasn't rewritten the TESTS line unnecessarily.
grep '^ subrun\.sh$' Makefile.in
: