mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-30 06:58:55 -05: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:
committed by
Junio C Hamano
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
|
||||
|
||||
Reference in New Issue
Block a user