From 042a2279fe1d030b0deb559c6318213e3cea1f6f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 26 Oct 2012 14:16:05 +0200 Subject: [PATCH] tests: remove an obsolescent grepping check * 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 --- 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 . - -# 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 -- 2.7.4