mirror of
https://github.com/git/git.git
synced 2026-01-11 18:45:28 +00:00
Merge branch 'nk/perf-fsmonitor-cleanup'
Test clean-up. * nk/perf-fsmonitor-cleanup: perf/fsmonitor: use test_must_be_empty helper
This commit is contained in:
@@ -129,8 +129,7 @@ setup_for_fsmonitor() {
|
||||
|
||||
git config core.fsmonitor "$INTEGRATION_SCRIPT" &&
|
||||
git update-index --fsmonitor 2>error &&
|
||||
cat error &&
|
||||
[ ! -s error ] # ensure no silent error
|
||||
test_must_be_empty error # ensure no silent error
|
||||
}
|
||||
|
||||
test_perf_w_drop_caches () {
|
||||
|
||||
Reference in New Issue
Block a user