--- a/test/jdk/tools/jpackage/createappimage/JPackageCreateAppImageModulePathTest.java Mon Jun 17 15:38:04 2019 -0400
+++ b/test/jdk/tools/jpackage/createappimage/JPackageCreateAppImageModulePathTest.java Thu Jun 20 14:13:50 2019 -0400
@@ -38,7 +38,6 @@
private static final String OUTPUT = "output";
private static final String [] CMD1 = {
- "create-app-image",
"--output", OUTPUT,
"--name", "test",
"--module", "com.hello/com.hello.Hello",
@@ -46,7 +45,6 @@
};
private static final String [] CMD2 = {
- "create-app-image",
"--output", OUTPUT,
"--name", "test",
"--module", "com.hello/com.hello.Hello",
@@ -54,7 +52,6 @@
};
private static final String [] CMD3 = {
- "create-app-image",
"--output", OUTPUT,
"--name", "test",
"--module", "com.hello/com.hello.Hello",