From 40c17eb18494d20d6ffaa4f1b2237824a1cb52a6 Mon Sep 17 00:00:00 2001 From: Kaartic Sivaraam Date: Sat, 10 Mar 2018 21:24:16 +0530 Subject: [PATCH] t/t3200: fix a typo in a test description Signed-off-by: Kaartic Sivaraam Signed-off-by: Junio C Hamano --- t/t3200-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 5d03ad16f68..e6b9a210d2e 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh @@ -478,7 +478,7 @@ test_expect_success 'git branch -c -f o/q o/p should work when o/p exists' ' git branch -c -f o/q o/p ' -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' ' git branch qq && git branch rr && test_must_fail git branch -c qq rr/qq