]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7519-status-fsmonitor.sh
preload-index: update GIT_FORCE_PRELOAD_TEST support
[thirdparty/git.git] / t / t7519-status-fsmonitor.sh
index 06f59822e4017ce1672d6bda3510bcd3a0fb850a..3f0dd980106c035329cb640838d91730c20b13fd 100755 (executable)
@@ -238,9 +238,9 @@ do
                git config core.preloadIndex $preload_val &&
                if test $preload_val = true
                then
-                       GIT_FORCE_PRELOAD_TEST=$preload_val; export GIT_FORCE_PRELOAD_TEST
+                       GIT_TEST_PRELOAD_INDEX=$preload_val; export GIT_TEST_PRELOAD_INDEX
                else
-                       unset GIT_FORCE_PRELOAD_TEST
+                       sane_unset GIT_TEST_PRELOAD_INDEX
                fi
        '