bug-gnulib
[Top][All Lists]
Advanced

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

Re: parse-duration-tests: make it build


From: Jim Meyering
Subject: Re: parse-duration-tests: make it build
Date: Thu, 21 Jun 2012 18:33:42 +0200

Bruce Korb wrote:
> On 06/21/12 08:16, Jim Meyering wrote:
>>
>> Maybe just try again?
>
> My push-ability is still disabled.  Can this be fixed, please?

AFAICT, it's not disabled:

  https://savannah.gnu.org/project/memberlist.php?group=gnulib

Maybe you're having some sort of local network difficulty?
If it's a problem with savannah, it's intermittent, since
Paul just pushed a commit, and so have I.

Re the change below, either remove the leading TABs (my preference)
and s/-<</<</ or else you'll have to arrange not to trigger
the leading-TAB-prohibiting syntax check rule.

>>From d8ef24cb52c23fb136d52325e36af70dead06ebb Mon Sep 17 00:00:00 2001
> From: Bruce Korb <address@hidden>
> Date: Thu, 21 Jun 2012 09:20:27 -0700
> Subject: [PATCH] testing: fix typo in here doc
>
> * tests/test-parse-duration.sh: fix mal-formed here doc.
> ---
>  tests/test-parse-duration.sh |   16 ++++++++--------
>  1 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/tests/test-parse-duration.sh b/tests/test-parse-duration.sh
> index 5398c3b..6aeb225 100755
> --- a/tests/test-parse-duration.sh
> +++ b/tests/test-parse-duration.sh
> @@ -50,14 +50,14 @@ trap 'rm -rf "${tmp}"' EXIT
>  tmpf="${tmp}/tests.txt"
>
>  cat > "${tmpf}" <<- _EOF_
> -  1 Y 2 M 3 W 4 d 5 h 6 m 7 s
> -  P 00010225 T 05:06:07
> -  P 1Y2M3W4D T 5H6M7S
> -  1 Y 2 M 25 D 5:6:7
> -  1 Y 2 M 25 d 5h 6:7
> -  1 Y 2 M 25 d 5h 6m 7
> -  P 1-2-25 T 5:6:7
> -  _EOF_
> +     1 Y 2 M 3 W 4 d 5 h 6 m 7 s
> +     P 00010225 T 05:06:07
> +     P 1Y2M3W4D T 5H6M7S
> +     1 Y 2 M 25 D 5:6:7
> +     1 Y 2 M 25 d 5h 6:7
> +     1 Y 2 M 25 d 5h 6m 7
> +     P 1-2-25 T 5:6:7
> +     _EOF_
>
>  exec 3< "${tmpf}"
>  while read line <&3



reply via email to

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