]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7063-status-untracked-cache.sh
untracked cache: use git_env_bool() not getenv() for customization
[thirdparty/git.git] / t / t7063-status-untracked-cache.sh
index 6ef520e8237dbad4365eab057149678ba1221dba..9cb16ca36dae7b1d188318e741fdd538e575ba4f 100755 (executable)
@@ -14,8 +14,8 @@ test_description='test untracked cache'
 # See <20160803174522.5571-1-pclouds@gmail.com> if you want to know
 # more.
 
-GIT_TEST_UNTRACKED_CACHE=true
-export GIT_TEST_UNTRACKED_CACHE
+GIT_FORCE_UNTRACKED_CACHE=true
+export GIT_FORCE_UNTRACKED_CACHE
 
 sync_mtime () {
        find . -type d -ls >/dev/null