Hi Team, I wanted help regarding the below scenario: While running the test suite for the latest Git version, I observed that some test cases—particularly t5573-pull-verify-signatures.sh—prompt for input with the message: Really update the preferences? (y/N) I attempted to work around this by piping yes n, but the prompt still appears, causing the tests to wait for user input. I noticed that the ci/run-build-and-tests.sh script in the Git repo does not seem to explicitly handle this scenario (e.g., no --batch, --yes, or other flags related to GPG). I’m curious—how does Git's CI/CD pipeline avoid or suppress these GPG interactive prompts during test execution? Any insights on how this is managed or best practices to handle such cases in automated environments would be greatly appreciated. Thanks & regards Haritha