Merge branch 'rj/t0050-passes'

* rj/t0050-passes:
  t0050-*.sh: mark the rename (case change) test as passing
This commit is contained in:
Junio C Hamano 2014-12-22 12:27:06 -08:00
commit 08884f57f3

View File

@ -64,7 +64,7 @@ test_expect_success "setup case tests" '
git checkout -f master
'
$test_case 'rename (case change)' '
test_expect_success 'rename (case change)' '
git mv camelcase CamelCase &&
git commit -m "rename"
'