From: Jeff King Date: Sun, 19 Dec 2010 03:53:58 +0000 (-0500) Subject: t2107: mark passing test as success X-Git-Tag: v1.7.4-rc0~16^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ac5ad864c2fdd3e354ac72e09e7cfec1df6eae79;p=git.git t2107: mark passing test as success 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 Signed-off-by: Junio C Hamano --- diff --git a/t/t2107-update-index-basic.sh b/t/t2107-update-index-basic.sh index 33f8be0cd..809fafe20 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 '