Browse Source

Merge branch 'jk/t2107-now-passes'

* jk/t2107-now-passes:
  t2107: mark passing test as success
maint
Junio C Hamano 14 years ago
parent
commit
3f246b1cef
  1. 2
      t/t2107-update-index-basic.sh

2
t/t2107-update-index-basic.sh

@ -13,7 +13,7 @@ test_expect_success 'update-index --nonsense fails' ' @@ -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
'

Loading…
Cancel
Save