Drop useless requirement "gzip" in lex5.test.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 25 Jun 2010 15:30:36 +0000 (17:30 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 26 Jun 2010 20:04:43 +0000 (22:04 +0200)
* tests/lex5.test ($required): Do not list "gzip", as it's
never used.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/lex5.test

index 4bc154a..a7aa547 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-26  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <stefano.lattarini@gmail.com>
 
        Fix bugs in test script silent5.test.
index edbdf9d..1a703e2 100755 (executable)
@@ -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