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 17:16:31 +0200

Bruce Korb wrote:
> What happened to my GIT access?
>
> $ git push
> fatal: The remote end hung up unexpectedly
>
> This should be "obvious".

Hi Bruce,

That appears to have been introduced by me
when I changed from TAB-based indentation to space-based.
I didn't take into consideration the possibility
of "<<-"-introduced here documents (which expect TAB-indented
input and EOF marker.

If you make that change, please also remove the "-" in "<<-"
now that it's no longer used.

Maybe just try again?

If this persists, let me know and I'll investigate.

>>From 054ba400bcc664216ba988eb979f868665a5f98b Mon Sep 17 00:00:00 2001
> From: Bruce Korb <address@hidden>
> Date: Thu, 21 Jun 2012 07:49:16 -0700
> Subject: [PATCH] testing: fix typo in here doc
>
> * tests/test-parse-duration.sh: fix mal-formed here doc.
> ---
>  tests/test-parse-duration.sh |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tests/test-parse-duration.sh b/tests/test-parse-duration.sh
> index 5398c3b..40a3101 100755
> --- a/tests/test-parse-duration.sh
> +++ b/tests/test-parse-duration.sh
> @@ -57,7 +57,7 @@ cat > "${tmpf}" <<- _EOF_
>    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_
> +_EOF_
>
>  exec 3< "${tmpf}"
>  while read line <&3



reply via email to

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