mirror of
https://github.com/git/git.git
synced 2024-11-18 21:04:13 +01:00
Merge branch 'ks/t3200-typofix'
Test typofix. * ks/t3200-typofix: t/t3200: fix a typo in a test description
This commit is contained in:
commit
564710379b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user