]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/reftable-unit-test-nfs-workaround'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2024 20:21:35 +0000 (13:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2024 20:21:35 +0000 (13:21 -0700)
A unit test for reftable code tried to enumerate all files in a
directory after reftable operations and expected to see nothing but
the files it wanted to leave there, but was fooled by .nfs* cruft
files left, which has been corrected.

* ps/reftable-unit-test-nfs-workaround:
  reftable: fix tests being broken by NFS' delete-after-close semantics

1  2 
reftable/stack_test.c

Simple merge