1
0
mirror of https://github.com/git/git.git synced 2024-10-02 11:11:23 +02: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:
Kaartic Sivaraam 2018-03-10 21:24:16 +05:30 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 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 qq &&
git branch rr && git branch rr &&
test_must_fail git branch -c qq rr/qq test_must_fail git branch -c qq rr/qq