[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FYI] {maint} tests: remove a redundant texinfo test
From: |
Stefano Lattarini |
Subject: |
[FYI] {maint} tests: remove a redundant texinfo test |
Date: |
Mon, 31 Dec 2012 13:23:07 +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 <address@hidden>
---
t/list-of-tests.mk | 3 +-
...-missing2.sh => txinfo-add-missing-and-dist.sh} | 0
t/txinfo-add-missing.sh | 33 ----------------------
3 files changed, 1 insertion(+), 35 deletions(-)
rename t/{txinfo-add-missing2.sh => txinfo-add-missing-and-dist.sh} (100%)
delete mode 100755 t/txinfo-add-missing.sh
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index eb2a1ec..7b10d7c 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -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-missing2.sh b/t/txinfo-add-missing-and-dist.sh
similarity index 100%
rename from t/txinfo-add-missing2.sh
rename to t/txinfo-add-missing-and-dist.sh
diff --git a/t/txinfo-add-missing.sh b/t/txinfo-add-missing.sh
deleted file mode 100755
index 8d72054..0000000
--- a/t/txinfo-add-missing.sh
+++ /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
-
-:
--
1.8.1.rc3.27.g3b73c7d
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [FYI] {maint} tests: remove a redundant texinfo test,
Stefano Lattarini <=