git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] t2107: mark passing test as success
@ 2010-12-19  3:53 Jeff King
  0 siblings, 0 replies; only message in thread
From: Jeff King @ 2010-12-19  3:53 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

This failed on the branch where it was introduced, but was fixed
by merging with 6e67619 (Merge branch 'jn/parse-options-extra').

Signed-off-by: Jeff King <peff@peff.net>
---
 t/t2107-update-index-basic.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/t2107-update-index-basic.sh b/t/t2107-update-index-basic.sh
index 33f8be0..809fafe 100755
--- a/t/t2107-update-index-basic.sh
+++ b/t/t2107-update-index-basic.sh
@@ -13,7 +13,7 @@ test_expect_success 'update-index --nonsense fails' '
 	test -s msg
 '
 
-test_expect_failure 'update-index --nonsense dumps usage' '
+test_expect_success 'update-index --nonsense dumps usage' '
 	test_expect_code 129 git update-index --nonsense 2>err &&
 	grep "[Uu]sage: git update-index" err
 '
-- 
1.7.3.4.761.g98ad5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-19  3:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-19  3:53 [PATCH] t2107: mark passing test as success Jeff King

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