On Mon, May 04, 2020 at 03:03:01AM -0400, Jeffrey Walton wrote: > > I'm building Git 2.26.2 from sources on a Mac-mini with OS X 10.12.6 > and a PowerMac with OS X 10.5. Some of the t3902-quoted.sh tests are > failing. > > The Mac-Mini uses Bash 3.2.57(1)-release. The PowerMac uses 3.2.17(1)-release. if the problem is the bash version but you can build/install a newer one that doesn't have this problem then you can get the test to use it by pointing to it with TEST_SHELL_PATH as in : $ make TEST_SHELL_PATH=/usr/local/bin/bash test Carlo