Merge branch 'ks/t3200-typofix'

Test typofix.

* ks/t3200-typofix:
  t/t3200: fix a typo in a test description
This commit is contained in:
Junio C Hamano 2018-03-21 11:30:12 -07:00
commit 564710379b

View file

@ -528,7 +528,7 @@ test_expect_success 'git branch -c -f o/q o/p should work when o/p exists' '
git branch -c -f o/q o/p
'
test_expect_success 'git branch -c qq rr/qq should fail when r exists' '
test_expect_success 'git branch -c qq rr/qq should fail when rr exists' '
git branch qq &&
git branch rr &&
test_must_fail git branch -c qq rr/qq