git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] t6024-recursive-merge.sh: hide spurious output when not running verbosely
@ 2008-02-29 22:23 Mike Hommey
  2008-02-29 22:53 ` Jeff King
  2008-02-29 23:34 ` Johannes Schindelin
  0 siblings, 2 replies; 12+ messages in thread
From: Mike Hommey @ 2008-02-29 22:23 UTC (permalink / raw)
  To: git, gitster


Signed-off-by: Mike Hommey <mh@glandium.org>
---
 t/t6024-recursive-merge.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/t6024-recursive-merge.sh b/t/t6024-recursive-merge.sh
index 149ea85..43b5f15 100755
--- a/t/t6024-recursive-merge.sh
+++ b/t/t6024-recursive-merge.sh
@@ -81,7 +81,7 @@ EOF
 
 test_expect_success "virtual trees were processed" "git diff expect out"
 
-git reset --hard
+git reset --hard >&3 2>&4
 test_expect_success 'refuse to merge binary files' '
 	printf "\0" > binary-file &&
 	git add binary-file &&
-- 
1.5.4.3.340.g97b97.dirty


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

end of thread, other threads:[~2008-03-01  5:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29 22:23 [PATCH] t6024-recursive-merge.sh: hide spurious output when not running verbosely Mike Hommey
2008-02-29 22:53 ` Jeff King
2008-02-29 22:58   ` Mike Hommey
2008-02-29 23:01     ` Jeff King
2008-02-29 23:15     ` Junio C Hamano
2008-02-29 23:54       ` Jeff King
2008-02-29 23:34 ` Johannes Schindelin
2008-02-29 23:50   ` Junio C Hamano
2008-03-01  4:10     ` Jeff King
2008-03-01  4:27       ` Shawn O. Pearce
2008-03-01  4:28         ` Jeff King
2008-03-01  5:40           ` Junio C Hamano

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