Merge branch 'js/mingw-getcwd'
[gitweb.git] / t / test-lib.sh
index 364a11ea25c5e3d2321229fba06cfc7200ac6f64..897e6fcc94a195bd8b4493deee411ba9c6ba9f15 100644 (file)
@@ -1114,6 +1114,12 @@ else
        test_set_prereq C_LOCALE_OUTPUT
 fi
 
+if test -z "$GIT_TEST_CHECK_CACHE_TREE"
+then
+       GIT_TEST_CHECK_CACHE_TREE=true
+       export GIT_TEST_CHECK_CACHE_TREE
+fi
+
 test_lazy_prereq PIPE '
        # test whether the filesystem supports FIFOs
        test_have_prereq !MINGW,!CYGWIN &&