Merge branch 'jk/t2107-now-passes'

* jk/t2107-now-passes:
  t2107: mark passing test as success
This commit is contained in:
Junio C Hamano
2010-12-21 14:30:47 -08:00

View File

@ -13,7 +13,7 @@ test_expect_success 'update-index --nonsense fails' '
test -s msg 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 && test_expect_code 129 git update-index --nonsense 2>err &&
grep "[Uu]sage: git update-index" err grep "[Uu]sage: git update-index" err
' '