diff options
Diffstat (limited to 't/t0095-bloom.sh')
| -rwxr-xr-x | t/t0095-bloom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0095-bloom.sh b/t/t0095-bloom.sh index c8d84ab606..08df74cacf 100755 --- a/t/t0095-bloom.sh +++ b/t/t0095-bloom.sh @@ -77,7 +77,7 @@ test_expect_success 'compute bloom key for test string 2' ' test_cmp expect actual ' -test_expect_success !SANITIZE_LEAK 'get bloom filters for commit with no changes' ' +test_expect_success 'get bloom filters for commit with no changes' ' git init && git commit --allow-empty -m "c0" && cat >expect <<-\EOF && |
