jira-importer commented on issue #866: URL: https://github.com/apache/maven-scm/issues/866#issuecomment-2964630249
**[Chris Graham](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=chrisgwarp)** commented Opps. I'm not sure if this will work: if ( !isSystemCmd( GitScmTestUtils.GIT_COMMAND_LINE ) ) { System.err.println( "'" + GitScmTestUtils.GIT_COMMAND_LINE + "' is not a system command. Ignored " + getName() + "." ); return; } because on my system, I have git.cmd in the path, not git.exe. So it incorrectly thinks that git is not available. (When it is). When I've added the git bin dir into the path (where git.exe lives), the test successfully runs - it does not erroneously skip the test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
