t4216: avoid unnecessary subshell in test_bloom_filters_not_used
commit784ce03d5566194880b022f849bb58711c479ef3
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Wed, 20 May 2020 03:44:42 +0000 (19 20:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2020 15:56:12 +0000 (20 08:56 -0700)
tree67bc297335f3f90c32e1e647e55d8a752d761f39
parentcaf388caa101be90b7ec43d7f78ca4e935fc0150
t4216: avoid unnecessary subshell in test_bloom_filters_not_used

Seems to trigger a bug in at least OpenBSD's 6.7 sh where it is
interpreted as a history lookup and therefore fails 125-126, 128,
130.

Remove the subshell and get a space between ! and grep, so tests
pass successfully.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4216-log-bloom.sh