All of lore.kernel.org
 help / color / mirror / Atom feed
* [GUILT] [PATCH] Testsuite: get rid of "Broken pipe" errors from yes.
@ 2012-04-30 10:27 Per Cederqvist
  2012-04-30 15:06 ` Jeff Sipek
  0 siblings, 1 reply; 3+ messages in thread
From: Per Cederqvist @ 2012-04-30 10:27 UTC (permalink / raw)
  To: Jeff Sipek; +Cc: git, ceder


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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [GUILT] [PATCH] Testsuite: get rid of "Broken pipe" errors from yes.
  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
       [not found]   ` <CAHx6-UmQbcwGiv8xEjJo48cRdQ29KurtZ6O0+yZtJmey7GdrjQ@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Sipek @ 2012-04-30 15:06 UTC (permalink / raw)
  To: Per Cederqvist; +Cc: git, ceder

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GUILT] [PATCH] Testsuite: get rid of "Broken pipe" errors from yes.
       [not found]   ` <CAHx6-UmQbcwGiv8xEjJo48cRdQ29KurtZ6O0+yZtJmey7GdrjQ@mail.gmail.com>
@ 2012-04-30 16:46     ` Jeff Sipek
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Sipek @ 2012-04-30 16:46 UTC (permalink / raw)
  To: Per Cederqvist; +Cc: git, Per Cederqvist

On Mon, Apr 30, 2012 at 05:34:40PM +0200, Per Cederqvist wrote:
> On Apr 30, 2012 5:06 PM, "Jeff Sipek" <jeffpc@josefsipek.net> wrote:
> >
> > 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.
> 
> I'm running the tests using M-x compile inside Emacs on Ubuntu 11.04. I
> cannot reproduce it in a plain terminal. yes might inherit some signal
> setup that Emacs makes.

Makes sense.

Thanks,

Jeff.

-- 
Don't drink and derive. Alcohol and algebra don't mix.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-30 16:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
     [not found]   ` <CAHx6-UmQbcwGiv8xEjJo48cRdQ29KurtZ6O0+yZtJmey7GdrjQ@mail.gmail.com>
2012-04-30 16:46     ` Jeff Sipek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.