Skip to content

Commit 40c17eb

Browse files
sivaraamgitster
authored andcommitted
t/t3200: fix a typo in a test description
Signed-off-by: Kaartic Sivaraam <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 52d59cc commit 40c17eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)