git.vger.kernel.org archive mirror
 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

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 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).