Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaartic Sivaraam <kaartic.sivaraam@gmail.com>2018-03-10 18:54:16 +0300
committerJunio C Hamano <gitster@pobox.com>2018-03-15 23:34:40 +0300
commit40c17eb18494d20d6ffaa4f1b2237824a1cb52a6 (patch)
treebc689875fe90067c4b818a37993b9fbccfba186d /t/t3200-branch.sh
parent52d59cc6452ed1aeec91f4c168a853ea8d9d5496 (diff)
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>
Diffstat (limited to 't/t3200-branch.sh')
-rwxr-xr-xt/t3200-branch.sh2
1 files changed, 1 insertions, 1 deletions
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