Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t6120: fix typo in test name
author
Stefan Beller
<sbeller@google.com>
Thu, 2 Nov 2017 19:41:42 +0000
(12:41 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 3 Nov 2017 14:12:06 +0000
(23:12 +0900)
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6120-describe.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
cb5918a
)
diff --git
a/t/t6120-describe.sh
b/t/t6120-describe.sh
index 1c0e8659d97c0792ce5761cf0704aa7f061575e0..c8b7ed82d9081582fee475b16dc01ee43658123c 100755
(executable)
--- a/
t/t6120-describe.sh
+++ b/
t/t6120-describe.sh
@@
-304,7
+304,7
@@
test_expect_success 'describe chokes on severely broken submodules' '
mv .git/modules/sub1/ .git/modules/sub_moved &&
test_must_fail git describe --dirty
'
-test_expect_success 'describe ignoring a b
or
ken submodule' '
+test_expect_success 'describe ignoring a b
ro
ken submodule' '
git describe --broken >out &&
test_when_finished "mv .git/modules/sub_moved .git/modules/sub1" &&
grep broken out