automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} tests: remove an obsolescent grepping check


From: Stefano Lattarini
Subject: [FYI] {maint} tests: remove an obsolescent grepping check
Date: Fri, 26 Oct 2012 14:18:57 +0200

* t/remake3.sh: This one, superseded by ...
* t/remake3a.sh: ... this semantic test, whose comments have been
djusted accordingly.
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/list-of-tests.mk |  1 -
 t/remake3.sh       | 38 --------------------------------------
 t/remake3a.sh      |  1 -
 3 files changed, 40 deletions(-)
 delete mode 100755 t/remake3.sh

diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index 722ccda..cf36fb6 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -903,7 +903,6 @@ t/python-pr10995.sh \
 t/recurs.sh \
 t/recurs2.sh \
 t/relativize.tap \
-t/remake3.sh \
 t/remake3a.sh \
 t/remake4.sh \
 t/remake5.sh \
diff --git a/t/remake3.sh b/t/remake3.sh
deleted file mode 100755
index 712badc..0000000
--- a/t/remake3.sh
+++ /dev/null
@@ -1,38 +0,0 @@
-#! /bin/sh
-# Copyright (C) 2001-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/>.
-
-# Weak "grepping" test trying to ensure that remake rules work for files
-# in a subdirectory even when there is no Makefile for that subdirectory.
-# See also sister functional test 'remake3a.sh'.
-
-. ./defs || exit 1
-
-cat >> configure.ac << 'END'
-AC_CONFIG_FILES([sub/foo])
-AC_OUTPUT
-END
-
-: > Makefile.am
-
-mkdir sub
-: > sub/foo.in
-
-$ACLOCAL
-$AUTOMAKE
-
-grep '^sub/foo' Makefile.in
-
-:
diff --git a/t/remake3a.sh b/t/remake3a.sh
index 0f2407a..5291ddd 100755
--- a/t/remake3a.sh
+++ b/t/remake3a.sh
@@ -16,7 +16,6 @@
 
 # Ensure that remake rules work for files in a subdirectory even when
 # there is no Makefile for that subdirectory.
-# See also sister "grepping" test 'remake3.sh'.
 
 . ./defs || exit 1
 
-- 
1.8.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]