On Mon, Oct 31, 2022 at 04:11:52AM +0000, ZheNing Hu via GitGitGadget wrote: > t/t4070-diff-sparse-checkout-scope.sh | 469 ++++++++++++++++++++++++++ It looks like this test is non-executable, leading to the following error: ~/s/git [nand] (zh/diff--scope) $ make test SUBDIR templates make -C t/ all make[1]: Entering directory '/home/ttaylorr/src/git/t' rm -f -r 'test-results' non-executable tests: t4070-diff-sparse-checkout-scope.sh make[1]: *** [Makefile:120: test-lint-executable] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/home/ttaylorr/src/git/t' make: *** [Makefile:3083: test] Error 2 Thanks, Taylor