Skip to content

Commit

Permalink
Merge branch 'jk/t2107-now-passes'
Browse files Browse the repository at this point in the history
* jk/t2107-now-passes:
  t2107: mark passing test as success
  • Loading branch information
Junio C Hamano committed Dec 21, 2010
2 parents f7d07cc + ac5ad86 commit 3f246b1
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 3f246b1

Please sign in to comment.