git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Sipek <jeffpc@josefsipek.net>
To: Per Cederqvist <cederp@opera.com>
Cc: git@vger.kernel.org, ceder@lysator.liu.se
Subject: Re: [GUILT] [PATCH] Testsuite: get rid of "Broken pipe" errors from yes.
Date: Mon, 30 Apr 2012 11:06:55 -0400	[thread overview]
Message-ID: <20120430150655.GE20761@poseidon.cudanet.local> (raw)
In-Reply-To: <87k40x346u.fsf@opera.com>

On Mon, Apr 30, 2012 at 12:27:21PM +0200, Per Cederqvist wrote:
>

Looks good.  Interestingly, I haven't seen those errors before.  What's your
setup like?

Jeff.

> Signed-off-by: Per Cederqvist <cederp@opera.com>
> ---
>  regression/t-029.sh |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/regression/t-029.sh b/regression/t-029.sh
> index 83e1d2b..09450c6 100755
> --- a/regression/t-029.sh
> +++ b/regression/t-029.sh
> @@ -21,11 +21,11 @@ echo | shouldfail guilt repair --full
>  
>  cmd list_files
>  
> -yes n | shouldfail guilt repair --full
> +yes n 2>/dev/null | shouldfail guilt repair --full
>  
>  cmd list_files
>  
> -yes y | cmd guilt repair --full
> +yes y 2>/dev/null | cmd guilt repair --full
>  
>  cmd list_files
>  
> @@ -33,6 +33,6 @@ cmd guilt push -a
>  
>  cmd list_files
>  
> -yes Y | cmd guilt repair --full
> +yes Y 2>/dev/null | cmd guilt repair --full
>  
>  cmd list_files
> -- 
> 1.7.10
> 

-- 
You measure democracy by the freedom it gives its dissidents, not the
freedom it gives its assimilated conformists.
		- Abbie Hoffman

  reply	other threads:[~2012-04-30 15:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-30 10:27 [GUILT] [PATCH] Testsuite: get rid of "Broken pipe" errors from yes Per Cederqvist
2012-04-30 15:06 ` Jeff Sipek [this message]
     [not found]   ` <CAHx6-UmQbcwGiv8xEjJo48cRdQ29KurtZ6O0+yZtJmey7GdrjQ@mail.gmail.com>
2012-04-30 16:46     ` Jeff Sipek

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=20120430150655.GE20761@poseidon.cudanet.local \
    --to=jeffpc@josefsipek.net \
    --cc=ceder@lysator.liu.se \
    --cc=cederp@opera.com \
    --cc=git@vger.kernel.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).