From: Kaartic Sivaraam Date: Sat, 10 Mar 2018 15:54:16 +0000 (+0530) Subject: t/t3200: fix a typo in a test description X-Git-Tag: v2.17.0-rc1~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40c17eb18494d20d6ffaa4f1b2237824a1cb52a6;p=thirdparty%2Fgit.git t/t3200: fix a typo in a test description Signed-off-by: Kaartic Sivaraam Signed-off-by: Junio C Hamano --- diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 5d03ad16f6..e6b9a210d2 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