Skip to content

Commit 5647103

Browse files
committed
Merge branch 'ks/t3200-typofix'
Test typofix. * ks/t3200-typofix: t/t3200: fix a typo in a test description
2 parents f62452e + 40c17eb commit 5647103

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
@@ -528,7 +528,7 @@ test_expect_success 'git branch -c -f o/q o/p should work when o/p exists' '
528528
git branch -c -f o/q o/p
529529
'
530530

531-
test_expect_success 'git branch -c qq rr/qq should fail when r exists' '
531+
test_expect_success 'git branch -c qq rr/qq should fail when rr exists' '
532532
git branch qq &&
533533
git branch rr &&
534534
test_must_fail git branch -c qq rr/qq

0 commit comments

Comments
 (0)