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>
Kaartic Sivaraam committed
Mar 10, 2018 at 21:24 UTC
40c17eb18494d20d6ffaa4f1b2237824a1cb52a6
1 file changed
+1
-1
t/t3200-branch.sh
+1
-1
@@ -478,7 +478,7 @@ test_expect_success 'git branch -c -f o/q o/p should work when o/p exists' '
478
git branch -c -f o/q o/p
479
'
480
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' '
482
git branch qq &&
483
git branch rr &&
484
test_must_fail git branch -c qq rr/qq