Skip to content

Commit f37d959

Browse files
committed
Merge branch 'gs/commit-graph-path-filter'
Test fix. * gs/commit-graph-path-filter: t4216: avoid unnecessary subshell in test_bloom_filters_not_used
2 parents 4cf237c + 784ce03 commit f37d959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4216-log-bloom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test_bloom_filters_used () {
7070
test_bloom_filters_not_used () {
7171
log_args=$1
7272
setup "$log_args" &&
73-
!(grep -q "statistics:{\"filter_not_present\":" "$TRASH_DIRECTORY/trace.perf") &&
73+
! grep -q "statistics:{\"filter_not_present\":" "$TRASH_DIRECTORY/trace.perf" &&
7474
test_cmp log_wo_bloom log_w_bloom
7575
}
7676

0 commit comments

Comments
 (0)