Hello. I noticed strange warnings produced by 'make test' recently on my Win11 installation. For example:
$ make test TEST="tier1" Building target 'test' in configuration 'windows-x86_64-server-release' /usr/bin/bash: Files/Git/cmd/git: No such file or directory /usr/bin/bash: Files/Git/cmd/git: No such file or directory Test selection 'tier1', will run: Also found this in build\windows-x86_64-server-release\configure-support\config.log configure:29274: checking for git configure:29502: result: Files/Git/cmd/git Seems like space in git path is incorrectly handled. Is it a known issue or is it a limitation of autoconf? Andrey Turbanov