tree-walk: convert tree entry functions to object_id
[gitweb.git] / t / t7063-status-untracked-cache.sh
index dba7f50bbb34c19b421d8d4040a2169c25193ec1..c61e304e97376b09de51299a797dfb388335a365 100755 (executable)
@@ -14,6 +14,9 @@ test_description='test untracked cache'
 # See <20160803174522.5571-1-pclouds@gmail.com> if you want to know
 # more.
 
+GIT_FORCE_UNTRACKED_CACHE=true
+export GIT_FORCE_UNTRACKED_CACHE
+
 sync_mtime () {
        find . -type d -ls >/dev/null
 }
@@ -707,7 +710,7 @@ test_expect_success SYMLINKS 'setup worktree for symlink test' '
        git commit -m"second commit"
 '
 
-test_expect_failure SYMLINKS '"status" after symlink replacement should be clean with UC=true' '
+test_expect_success SYMLINKS '"status" after symlink replacement should be clean with UC=true' '
        git checkout HEAD~ &&
        status_is_clean &&
        status_is_clean &&
@@ -742,7 +745,7 @@ test_expect_success 'setup worktree for non-symlink test' '
        git commit -m"second commit"
 '
 
-test_expect_failure '"status" after file replacement should be clean with UC=true' '
+test_expect_success '"status" after file replacement should be clean with UC=true' '
        git checkout HEAD~ &&
        status_is_clean &&
        status_is_clean &&