tests: remove useless requirements from cond36.test
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 16 Jan 2011 18:23:12 +0000 (19:23 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 16 Jan 2011 19:33:01 +0000 (20:33 +0100)
* tests/cond36.test ($required): Remove.
Since we are at it, add a trailing `:' command.

ChangeLog
tests/cond36.test

index cbc0415..0fe17ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: remove useless requirements from cond36.test
+       * tests/cond36.test ($required): Remove.
+       Since we are at it, add a trailing `:' command.
+
 2011-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
            Stefano Lattarini  <stefano.lattarini@gmail.com>
 
index f6c97db..6826cd5 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2004  Free Software Foundation, Inc.
+# Copyright (C) 2004, 2011 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,6 @@
 
 # Check rules output for parser defined conditionally.
 
-required='flex bison gcc'
 . ./defs || Exit 1
 
 set -e
@@ -59,3 +58,5 @@ $AUTOMAKE -Wno-error
 test `grep tparse.h: Makefile.in | wc -l` = 2
 grep '@CASE_A_TRUE@tparse.h:' Makefile.in
 grep '@CASE_A_FALSE@tparse.h:' Makefile.in
+
+: