]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/t5351-freebsd-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2022 20:13:14 +0000 (13:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2022 20:13:14 +0000 (13:13 -0700)
Some tests assumed that core.fsyncMethod=batch is supported
everywhere, which broke FreeBSD.

* js/t5351-freebsd-fix:
  t5351: avoid using `test_cmp` for binary data
  t5351: avoid relying on `core.fsyncMethod = batch` to be supported


Trivial merge