Merge branch 'sg/test-i18ngrep' into next
[gitweb.git] / t / t7063-status-untracked-cache.sh
index dba7f50bbb34c19b421d8d4040a2169c25193ec1..46b947824fd68150cfaa6018355cd086c5a8759e 100755 (executable)
@@ -707,7 +707,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 +742,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 &&