X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft4216-log-bloom.sh;h=c855bcd3e7134cc23bb5b597b7d90608b1f4c504;hb=12210859da0c16c644dab658d9e1ef671ec28788;hp=c7011f33e2c1c0d9ad80a6e2e2185f901dbe862d;hpb=aa28171c2752c0aa04c2e25f2f79bc01a7f045d5;p=thirdparty%2Fgit.git diff --git a/t/t4216-log-bloom.sh b/t/t4216-log-bloom.sh index c7011f33e2..c855bcd3e7 100755 --- a/t/t4216-log-bloom.sh +++ b/t/t4216-log-bloom.sh @@ -70,7 +70,7 @@ test_bloom_filters_used () { test_bloom_filters_not_used () { log_args=$1 setup "$log_args" && - !(grep -q "statistics:{\"filter_not_present\":" "$TRASH_DIRECTORY/trace.perf") && + ! grep -q "statistics:{\"filter_not_present\":" "$TRASH_DIRECTORY/trace.perf" && test_cmp log_wo_bloom log_w_bloom } @@ -152,4 +152,4 @@ test_expect_success 'Use Bloom filters if they exist in the latest but not all c test_bloom_filters_used_when_some_filters_are_missing "-- A/B" ' -test_done \ No newline at end of file +test_done