]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4216-log-bloom.sh
Merge branch 'bc/sha-256-part-2'
[thirdparty/git.git] / t / t4216-log-bloom.sh
index c7011f33e2c1c0d9ad80a6e2e2185f901dbe862d..c855bcd3e7134cc23bb5b597b7d90608b1f4c504 100755 (executable)
@@ -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