]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: remove an obsolescent grepping check
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 26 Oct 2012 12:16:05 +0000 (14:16 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 26 Oct 2012 12:22:34 +0000 (14:22 +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 <stefano.lattarini@gmail.com>
t/list-of-tests.mk
t/remake3.sh [deleted file]
t/remake3a.sh

index 722ccda88842570b19a9156233edaed9cfafc957..cf36fb659ecf06a71af4116550e248c879d6089f 100644 (file)
@@ -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 (executable)
index 712badc..0000000
+++ /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
-
-:
index 0f2407a1310e17e9aea9433df419a6ce3aae5f72..5291ddda677117eac6c05854722c6104fb277866 100755 (executable)
@@ -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