automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [FYI] {maint} tests: drop unnecessary requirement in 'subpkg.test'


From: Dave Hart
Subject: Re: [FYI] {maint} tests: drop unnecessary requirement in 'subpkg.test'
Date: Tue, 27 Dec 2011 21:29:56 +0000

On Tue, Dec 27, 2011 at 18:33, Stefano Lattarini
<address@hidden> wrote:
> * 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 deletions(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index c2fcf49..ab99cd3 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,5 +1,11 @@
>  2011-12-27  Stefano Lattarini  <address@hidden>
>
> +       tests: drop unnecessary in 'subpkg.test'

There is at least one word missing here, s/in/requirement in/
This is the only nit, remainder of message is quoting.

> +       * tests/subpkg.test ($required): Drop "bison", it is not required
> +       anymore since commit `v1.11-502-g7e5ae80'.
> +
> +2011-12-27  Stefano Lattarini  <address@hidden>
> +
>        gitlog-to-changelog: new auxiliary script, synced from gnulib
>
>        We have plans to stop maintaining a version-controlled ChangeLog
> diff --git a/tests/subpkg.test b/tests/subpkg.test
> index f197ad4..579a0a4 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
> --
> 1.7.7.3
>
>

Cheers,
Dave Hart



reply via email to

[Prev in Thread] Current Thread [Next in Thread]