summaryrefslogtreecommitdiff
path: root/t/no-extra-makefile-code.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-10-27 17:52:35 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-10-27 17:52:35 +0200
commit0dd85e069d595f169d2e41c98762a6395632c3fb (patch)
tree1fbd63c3637c851e115dd2cf388beea3bf922f52 /t/no-extra-makefile-code.sh
parentcf8b865e19c25d5cb5ccb2def3d5d2d8b8c63d32 (diff)
parent9fed1c8186e58ff7b2152e3901d5d62b6d86d9b9 (diff)
downloadautomake-0dd85e069d595f169d2e41c98762a6395632c3fb.tar.gz
Merge branch 'master' into ng/master
* master: tests: remove spurious leftover use of 'Exit' tests: remove an obsolete, and probably now wrong, comment tests: remove obsolescent references to './defs' tests: prefer including 'test-init.sh' rather than './defs' Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/no-extra-makefile-code.sh')
-rwxr-xr-xt/no-extra-makefile-code.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/no-extra-makefile-code.sh b/t/no-extra-makefile-code.sh
index cfe124945..f931ea592 100755
--- a/t/no-extra-makefile-code.sh
+++ b/t/no-extra-makefile-code.sh
@@ -19,7 +19,7 @@
# by a regression caused by removal of automatic de-ANSI-fication support:
# <http://lists.gnu.org/archive/html/automake-patches/2011-08/msg00200.html>
-. ./defs || exit 1
+. test-init.sh
echo AC_OUTPUT >> configure.ac