diff options
Diffstat (limited to 'tests/txinfo7.test')
-rwxr-xr-x | tests/txinfo7.test | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/txinfo7.test b/tests/txinfo7.test index 466a2160b..9a1dd5ceb 100755 --- a/tests/txinfo7.test +++ b/tests/txinfo7.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1998, 2001, 2002, 2011 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,15 +19,17 @@ . ./defs || Exit 1 +set -e + cat > Makefile.am << 'END' info_TEXINFOS = textutils.texi -magic: - @echo $(DISTFILES) END echo '@setfilename textutils.info' > textutils.texi -$ACLOCAL || Exit 1 -$AUTOMAKE -a || Exit 1 +$ACLOCAL +$AUTOMAKE -a test -f texinfo.tex + +: |