We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f62452e + 40c17eb commit 5647103Copy full SHA for 5647103
1 file changed
t/t3200-branch.sh
@@ -528,7 +528,7 @@ test_expect_success 'git branch -c -f o/q o/p should work when o/p exists' '
528
git branch -c -f o/q o/p
529
'
530
531
-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' '
532
git branch qq &&
533
git branch rr &&
534
test_must_fail git branch -c qq rr/qq
0 commit comments