From ea2824f7ca0784b18605a6345d72fdb5b2fd70e7 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 12 Jun 2010 14:15:42 +0200 Subject: [PATCH] Remove a couple of unneeded conditionals from tests. * tests/pr243.test, tests/pr266.test, tests/strip.test: No need for the FOOTEST conditional. Signed-off-by: Ralf Wildenhues --- ChangeLog | 6 ++++++ tests/pr243.test | 3 +-- tests/pr266.test | 3 +-- tests/strip.test | 1 - 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04602e2d8..38c8948fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-06-12 Ralf Wildenhues + + Remove a couple of unneeded conditionals from tests. + * tests/pr243.test, tests/pr266.test, tests/strip.test: No need + for the FOOTEST conditional. + 2010-06-12 Stefano Lattarini Modernize, improve and/or fix various test scripts. diff --git a/tests/pr243.test b/tests/pr243.test index a3fdb8e00..a5e869edf 100755 --- a/tests/pr243.test +++ b/tests/pr243.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2009, 2010 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 @@ -22,7 +22,6 @@ cat > configure.in << 'END' AC_INIT(foo, 0.1, dev@null) AM_INIT_AUTOMAKE($PACKAGE, $VERSION) AC_PROG_CC -AM_CONDITIONAL(FOOTEST, false) AC_CONFIG_FILES(Makefile:Makefile.in:tail.mk) AC_OUTPUT END diff --git a/tests/pr266.test b/tests/pr266.test index 865369f93..a1cd2fed2 100755 --- a/tests/pr266.test +++ b/tests/pr266.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2009, 2010 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 @@ -22,7 +22,6 @@ cat > configure.in << 'END' AC_INIT(foo, 0.1, dev@null) AM_INIT_AUTOMAKE($PACKAGE, $VERSION) AC_PROG_CC -AM_CONDITIONAL(FOOTEST, false) AC_CONFIG_FILES(Maudefile) AC_OUTPUT END diff --git a/tests/strip.test b/tests/strip.test index a005a9ae8..12fe6b489 100755 --- a/tests/strip.test +++ b/tests/strip.test @@ -22,7 +22,6 @@ set -e cat >> configure.in << 'END' AC_PROG_CC -AM_CONDITIONAL([FOOTEST], [false]) AC_OUTPUT END -- 2.47.2