Skip to content

Commit

Permalink
t2107: mark passing test as success
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Dec 19, 2010
1 parent 6e67619 commit ac5ad86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t2107-update-index-basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
'
Expand Down

0 comments on commit ac5ad86

Please sign in to comment.