Merge branch 'js/clean-report-too-long-a-path' into maint
[gitweb.git] / t / t7519-status-fsmonitor.sh
index afd8fa7532a6e5513666e1fcb0c8f391409c5871..81a375fa0ff9845cb755dd77df9921d2b71c764b 100755 (executable)
@@ -346,7 +346,7 @@ test_expect_success UNTRACKED_CACHE 'ignore .git changes when invalidating UNTR'
        test_cmp before after
 '
 
-test_expect_failure 'discard_index() also discards fsmonitor info' '
+test_expect_success 'discard_index() also discards fsmonitor info' '
        test_config core.fsmonitor "$TEST_DIRECTORY/t7519/fsmonitor-all" &&
        test_might_fail git update-index --refresh &&
        test-tool read-cache --print-and-refresh=tracked 2 >actual &&