Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t/t3200: fix a typo in a test description
author
Kaartic Sivaraam
<kaartic.sivaraam@gmail.com>
Sat, 10 Mar 2018 15:54:16 +0000
(21:24 +0530)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 15 Mar 2018 20:34:40 +0000
(13:34 -0700)
Signed-off-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3200-branch.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
52d59cc
)
diff --git
a/t/t3200-branch.sh
b/t/t3200-branch.sh
index 5d03ad16f68c94af1ab0991897070f1442e78924..e6b9a210d2e325523f0e2ec5af0a47158089ab56 100755
(executable)
--- 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 r
r
exists' '
git branch qq &&
git branch rr &&
test_must_fail git branch -c qq rr/qq