From 77b2c71c376f45b51a0e41774ab0e3cdf8d17932 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 27 Dec 2011 19:31:03 +0100 Subject: [PATCH] tests: drop unnecessary requirement in 'subpkg.test' * tests/subpkg.test ($required): Drop "bison", it is not required anymore since commit `v1.11-502-g7e5ae80'. --- ChangeLog | 6 ++++++ tests/subpkg.test | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c2fcf498d..ab99cd31c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-12-27 Stefano Lattarini + + tests: drop unnecessary in 'subpkg.test' + * tests/subpkg.test ($required): Drop "bison", it is not required + anymore since commit `v1.11-502-g7e5ae80'. + 2011-12-27 Stefano Lattarini gitlog-to-changelog: new auxiliary script, synced from gnulib diff --git a/tests/subpkg.test b/tests/subpkg.test index f197ad45e..579a0a448 100755 --- a/tests/subpkg.test +++ b/tests/subpkg.test @@ -16,7 +16,7 @@ # Check subpackage handling. -required='gcc bison' +required=gcc . ./defs || Exit 1 set -e -- 2.47.2