git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rémi Vanicat" <vanicat@debian.org>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "Junio C Hamano" <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [BUGS] test failure in t4014-format-patch.sh with master
Date: Sat, 19 Apr 2008 00:13:50 +0200	[thread overview]
Message-ID: <6b8a91420804181513m139baf06x41d8efeb7acd49a3@mail.gmail.com> (raw)
In-Reply-To: <alpine.LFD.1.10.0804181135540.2779@woody.linux-foundation.org>

2008/4/18, Linus Torvalds <torvalds@linux-foundation.org>:
>
>
>  On Fri, 18 Apr 2008, Junio C Hamano wrote:
>  >
>  > -             (echo "$SUBJECT" ; echo ; cat "$dotest/msg") |
>  > +             (printf '%s\n' "$SUBJECT" ; echo ; cat "$dotest/msg") |
>
>
> Well, get rid of the superfluous second 'echo' then too, replacing it
>  with another '\n'. IOW:
>
>         ( printf '%s\n\n' "$SUBJECT" ; cat "$dotest/msg" ) |
>
>  instead.

This work for me: no more test failure on my computer

  reply	other threads:[~2008-04-18 22:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-17  9:30 [BUGS] test failure in t4014-format-patch.sh with master Remi Vanicat
2008-04-17 15:11 ` Linus Torvalds
2008-04-17 15:34   ` Björn Steinbrink
2008-04-17 15:44     ` Linus Torvalds
2008-04-17 16:03       ` Björn Steinbrink
2008-04-17 16:24       ` Jeff King
2008-04-17 16:27         ` Jeff King
2008-04-17 15:44   ` Rémi Vanicat
2008-04-18 18:30     ` Junio C Hamano
2008-04-18 18:37       ` Linus Torvalds
2008-04-18 22:13         ` Rémi Vanicat [this message]
2008-04-19  6:51           ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6b8a91420804181513m139baf06x41d8efeb7acd49a3@mail.gmail.com \
    --to=vanicat@debian.org \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).