[PATCH 07/11] t3600-rm.sh: disable fsmonitor when deleting populated submodule
From: Derrick Stolee via GitGitGadget <hidden>
Date: 2019-11-21 22:20:40
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Derrick Stolee via GitGitGadget <hidden>
Date: 2019-11-21 22:20:40
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Derrick Stolee <redacted> Signed-off-by: Derrick Stolee <redacted> --- t/t3600-rm.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/t/t3600-rm.sh b/t/t3600-rm.sh
index 66282a720e..64269bd89d 100755
--- a/t/t3600-rm.sh
+++ b/t/t3600-rm.sh@@ -355,6 +355,7 @@ test_expect_success 'rm succeeds when given a directory with a trailing /' ' ' test_expect_success 'rm of a populated submodule with different HEAD fails unless forced' ' + GIT_TEST_FSMONITOR="" && git reset --hard && git submodule update && git -C submod checkout HEAD^ &&
--
gitgitgadget