slawekjaranowski commented on code in PR #55: URL: https://github.com/apache/maven-invoker/pull/55#discussion_r990969809
########## src/test/java/org/apache/maven/shared/invoker/MavenCommandLineBuilderTest.java: ########## @@ -251,7 +251,7 @@ public void testShouldFindDummyMavenExecutable() File check; if ( Os.isFamily( Os.FAMILY_WINDOWS ) ) { - check = createDummyFile( dummyMavenHomeBin, "mvn.bat" ); + check = createDummyFile( dummyMavenHomeBin, "mvn.ps1" ); Review Comment: `.bat` extensions still exists in code, so I would like a new test for `.ps1` extension -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org