My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24fa65
)
t6120: clean up state after breaking repo
author
Michael J Gruber
<git@grubix.eu>
Thu, 7 Sep 2017 14:02:22 +0000
(16:02 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 8 Sep 2017 01:37:24 +0000
(10:37 +0900)
t6120 breaks the repo state intentionally in the last tests.
Clean up the breakage afterwards (and before adding more tests).
Signed-off-by: Michael J Gruber <git@grubix.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6120-describe.sh
patch
|
blob
|
history
diff --git
a/t/t6120-describe.sh
b/t/t6120-describe.sh
index
7c5728e
..
1997ccd
100755
(executable)
--- a/
t/t6120-describe.sh
+++ b/
t/t6120-describe.sh
@@
-275,6
+275,7
@@
test_expect_success 'describe chokes on severely broken submodules' '
'
test_expect_success 'describe ignoring a borken submodule' '
git describe --broken >out &&
+ test_when_finished "mv .git/modules/sub_moved .git/modules/sub1" &&
grep broken out
'