[PATCH 04/11] t1510-repo-setup.sh: disable fsmonitor if no .git dir
From: Derrick Stolee via GitGitGadget <hidden>
Date: 2019-11-21 22:20:39
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Derrick Stolee via GitGitGadget <hidden>
Date: 2019-11-21 22:20:39
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Derrick Stolee <redacted> Signed-off-by: Derrick Stolee <redacted> --- t/t1510-repo-setup.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/t/t1510-repo-setup.sh b/t/t1510-repo-setup.sh
index 9974457f56..28dce0c26f 100755
--- a/t/t1510-repo-setup.sh
+++ b/t/t1510-repo-setup.sh@@ -775,6 +775,7 @@ test_expect_success '#29: setup' ' setup_repo 29 non-existent gitfile true && mkdir -p 29/sub/sub 29/wt/sub && ( + GIT_TEST_FSMONITOR="" && cd 29 && GIT_WORK_TREE="$here/29" && export GIT_WORK_TREE &&
--
gitgitgadget