Thread (11 messages) flat view 11 messages, 4 authors, 2018-03-28

Re: [PATCH] submodule: check for NULL return of get_submodule_ref_store()

From: Eric Sunshine <hidden>
Date: 2018-03-28 18:57:48

On Wed, Mar 28, 2018 at 2:38 PM, Stefan Beller [off-list ref] wrote:
quoted hunk ↗ jump to hunk
diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh
@@ -821,6 +821,18 @@ test_expect_success 'moving the superproject does not break submodules' '
+test_expect_success 'moving the submodule does not break the superproject' '
+       (
+               cd addtest2 &&
+
+               mv repo repo.bak &&
+               git submodule status >actual &&
+               grep -e "^-" -e repo actual &&
+
+               mv repo.bak repo
Should this "move back" be encapsulated in a test_when_finished?
+       )
+'
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help