mirror of
https://github.com/git/git.git
synced 2024-11-18 23:23:51 +01:00
t/t3200: fix a typo in a test description
Signed-off-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
52d59cc645
commit
40c17eb184
@ -478,7 +478,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