summaryrefslogtreecommitdiff
path: root/tests/obsolete.test
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-10-21 18:05:22 +0000
committerAkim Demaille <akim@epita.fr>2001-10-21 18:05:22 +0000
commit4becb02dc538eb1e8ea35651f99628fe13fdaeb1 (patch)
treed21a6903129a234627a43b5ae9700367b9b9094a /tests/obsolete.test
parentf6fe24f7bd3337e392e9b390fd128a261f2973c0 (diff)
downloadautomake-4becb02dc538eb1e8ea35651f99628fe13fdaeb1.tar.gz
* tests/install.test: This test is an empty shell, do not run
automake. * tests/Makefile.am (TESTS): Don't run it. * tests/defs (ACLOCAL): When using gettext, pass in the installed aclocaldir. * tests/subdircond.test (SUBDIRS): AM_GNU_GETTEXT needs automake --add--missing. * tests/obsolete2.test: Remove, merged into... * tests/obsolete.test: here. Both aclocal and automake should complain.
Diffstat (limited to 'tests/obsolete.test')
-rwxr-xr-xtests/obsolete.test8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/obsolete.test b/tests/obsolete.test
index d139124e3..f8a050515 100755
--- a/tests/obsolete.test
+++ b/tests/obsolete.test
@@ -10,6 +10,10 @@ END
: > Makefile.am
-$ACLOCAL || exit 1
-$AUTOMAKE && exit 1
+$ACLOCAL 2>stderr && exit 1
+grep AC_PROG_INSTALL stderr || exit 1
+
+$AUTOMAKE 2>stderr && exit 1
+grep AC_PROG_INSTALL stderr || exit 1
+
exit 0