tests: remove a redundant texinfo test
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 31 Dec 2012 11:58:59 +0000 (12:58 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 31 Dec 2012 11:58:59 +0000 (12:58 +0100)
* t/txinfo-add-missing.sh: This one, its checks being already covered
by the more extensive 't/add-missing.tap' test.
* t/txinfo-add-missing2.sh: Rename ...
* t/txinfo-add-missing-and-dist.sh: Like this.
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/list-of-tests.mk
t/txinfo-add-missing-and-dist.sh [moved from t/txinfo-add-missing2.sh with 100% similarity]
t/txinfo-add-missing.sh [deleted file]

index eb2a1ec..7b10d7c 100644 (file)
@@ -1162,8 +1162,7 @@ t/txinfo-no-extra-dist.sh \
 t/txinfo-suffix-less-info.sh \
 t/txinfo-unrecognized-info-suffix.sh \
 t/txinfo-other-suffixes.sh \
-t/txinfo-add-missing.sh \
-t/txinfo-add-missing2.sh \
+t/txinfo-add-missing-and-dist.sh \
 t/txinfo-no-repeated-targets.sh \
 t/txinfo10.sh \
 t/txinfo-subdir-pr343.sh \
diff --git a/t/txinfo-add-missing.sh b/t/txinfo-add-missing.sh
deleted file mode 100755 (executable)
index 8d72054..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#! /bin/sh
-# Copyright (C) 1998-2012 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
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# Test to make sure texinfo.tex correctly installed by -a.  Bug report
-# by Per Cederqvist.
-
-. test-init.sh
-
-cat > Makefile.am << 'END'
-info_TEXINFOS = textutils.texi
-END
-
-echo '@setfilename textutils.info' > textutils.texi
-
-$ACLOCAL
-$AUTOMAKE -a
-
-test -f texinfo.tex
-
-: