Skip to content

Commit 40c17eb

Browse files
sivaraamgitster
authored andcommitted
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>
1 parent 52d59cc commit 40c17eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t3200-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ test_expect_success 'git branch -c -f o/q o/p should work when o/p exists' '
478478
git branch -c -f o/q o/p
479479
'
480480

481-
test_expect_success 'git branch -c qq rr/qq should fail when r exists' '
481+
test_expect_success 'git branch -c qq rr/qq should fail when rr exists' '
482482
git branch qq &&
483483
git branch rr &&
484484
test_must_fail git branch -c qq rr/qq

0 commit comments

Comments
 (0)