Skip to content

Commit 8e2def7

Browse files
committed
Merge branch 'nk/perf-fsmonitor-cleanup'
Test clean-up. * nk/perf-fsmonitor-cleanup: perf/fsmonitor: use test_must_be_empty helper
2 parents 5dfb976 + 36fa907 commit 8e2def7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/perf/p7519-fsmonitor.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ setup_for_fsmonitor() {
129129

130130
git config core.fsmonitor "$INTEGRATION_SCRIPT" &&
131131
git update-index --fsmonitor 2>error &&
132-
cat error &&
133-
[ ! -s error ] # ensure no silent error
132+
test_must_be_empty error # ensure no silent error
134133
}
135134

136135
test_perf_w_drop_caches () {

0 commit comments

Comments
 (0)