Skip to content

Commit 711baf1

Browse files
committed
fixup! t7527: test status with untracked-cache and fsmonitor--daemon
Signed-off-by: Jeff Hostetler <[email protected]>
1 parent f715125 commit 711baf1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

t/t7527-builtin-fsmonitor.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,15 @@ do
687687
matrix_try $uc_val $fsm_val rename_files
688688
matrix_try $uc_val $fsm_val file_to_directory
689689
matrix_try $uc_val $fsm_val directory_to_file
690+
691+
if test $fsm_val = true
692+
then
693+
test_expect_success "Matrix[uc:$uc_val][fsm:$fsm_val] disable fsmonitor at end" '
694+
test_might_fail git config --unset core.useBuiltinFSMonitor &&
695+
git update-index --no-fsmonitor &&
696+
test_might_fail git fsmonitor--daemon stop 2>/dev/null
697+
'
698+
fi
690699
done
691700
done
692701

0 commit comments

Comments
 (0)