From 80fdae8e515f85b1000bea1ee1823d88d392f659 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 16 Jan 2011 19:23:12 +0100 Subject: [PATCH] tests: remove useless requirements from cond36.test * tests/cond36.test ($required): Remove. Since we are at it, add a trailing `:' command. --- ChangeLog | 6 ++++++ tests/cond36.test | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cbc0415a0..0fe17aba7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-01-16 Stefano Lattarini + + 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 Stefano Lattarini diff --git a/tests/cond36.test b/tests/cond36.test index f6c97dbd6..6826cd58f 100755 --- a/tests/cond36.test +++ b/tests/cond36.test @@ -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 + +: -- 2.47.2