On Wed, May 19, 2021 at 11:52:48AM -0400, Randall S. Becker wrote: > expecting success of 5300.2 'pack without delta': > packname_1=$(git pack-objects --progress --window=0 test-1 \ > <obj-list 2>stderr) && > check_deltas stderr = 0 > > not ok 2 - pack without delta > # > # packname_1=$(git pack-objects --progress --window=0 test-1 \ > # <obj-list 2>stderr) && > # check_deltas stderr = 0 > # That was one I touched recently (to add the check_deltas stuff). Can you run with "-x"? And/or run with "-i", and show the contents of the "stderr" file? The check_deltas helper is supposed to complain to stderr when it fails. So I'm guessing perhaps pack-objects itself failed, and the reason is hidden in the stderr file. Also, of course, bisecting the failure would be helpful (I can't reproduce here; I tried building with NO_PTHREADS, given our recent discussion, but it doesn't seem to matter). -Peff