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
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-03-21 21:30:12 +0300
committerJunio C Hamano <gitster@pobox.com>2018-03-21 21:30:12 +0300
commit564710379b4aa8300c25502b6090e50b8ea74bf5 (patch)
tree99980f05010df25eb7afbd6cc797156174a04be9 /t
parentf62452ecfc99d914fe50f4e098c04e15cc1c7bae (diff)
parent40c17eb18494d20d6ffaa4f1b2237824a1cb52a6 (diff)
Merge branch 'ks/t3200-typofix'
Test typofix. * ks/t3200-typofix: t/t3200: fix a typo in a test description
Diffstat (limited to 't')
-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 503a88d029..6c0b7ea4ad 100755
--- a/t/t3200-branch.sh
+++ b/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' '
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