From 4b0438d93cd5fe65f19ca814fe5a956e2771129a Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Thu, 17 Jun 2021 14:01:30 -0400 Subject: [PATCH] fixup! fsmonitor: integrate with sparse index Signed-off-by: Derrick Stolee --- t/t7519-status-fsmonitor.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/t7519-status-fsmonitor.sh b/t/t7519-status-fsmonitor.sh index 8f9240b9b1afad..deea88d4431d23 100755 --- a/t/t7519-status-fsmonitor.sh +++ b/t/t7519-status-fsmonitor.sh @@ -395,6 +395,7 @@ check_sparse_index_behavior () { GIT_TRACE2_EVENT="$(pwd)/trace2.txt" GIT_TRACE2_EVENT_NESTING=10 \ git status --porcelain=v2 >actual && test_region $1 index ensure_full_index trace2.txt && + test_region fsm_hook query trace2.txt && test_cmp expect actual && rm trace2.txt && git sparse-checkout disable