From ac5ad864c2fdd3e354ac72e09e7cfec1df6eae79 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Sat, 18 Dec 2010 22:53:58 -0500 Subject: [PATCH] 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 --- t/t2107-update-index-basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t2107-update-index-basic.sh b/t/t2107-update-index-basic.sh index 33f8be0cd7..809fafe208 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 ' -- 2.11.4.GIT