slawekjaranowski commented on code in PR #227: URL: https://github.com/apache/maven-jlink-plugin/pull/227#discussion_r1868052655
########## src/test/java/org/apache/maven/plugins/jlink/JLinkMojoTest.java: ########## @@ -61,4 +63,19 @@ void single_quotes_shell_command() throws Exception { .isEqualTo( "/bin/sh -c '/path/to/jlink \"--strip-debug\" \"--module-path\" \"foo:bar\" \"--add-modules\" \"mvn,jlink\"'"); } + + @Test + void single_quotes_shell_command_windows() throws Exception { + Assumptions.assumeTrue(System.getProperty("os.name").startsWith("Windows")); Review Comment: `@EnabledOnOs` -- 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