From: Stefano Lattarini Date: Fri, 25 Jun 2010 15:30:36 +0000 (+0200) Subject: Drop useless requirement "gzip" in lex5.test. X-Git-Tag: v1.11.1b~70^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1030a6aca63207c15c2217bb56d038eef298ad4;p=thirdparty%2Fautomake.git Drop useless requirement "gzip" in lex5.test. * tests/lex5.test ($required): Do not list "gzip", as it's never used. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 4bc154a40..a7aa547f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-06-26 Stefano Lattarini + + Drop useless requirement "gzip" in lex5.test. + * tests/lex5.test ($required): Do not list "gzip", as it's + never used. + 2010-06-24 Stefano Lattarini Fix bugs in test script silent5.test. diff --git a/tests/lex5.test b/tests/lex5.test index edbdf9d8b..1a703e271 100755 --- a/tests/lex5.test +++ b/tests/lex5.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 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 @@ -16,7 +16,7 @@ # Test for subdir lexers. -required='gcc GNUmake gzip flex' +required='gcc GNUmake flex' . ./defs || Exit 1 set -e