test/jdk/tools/jpackage/JPackageHelpTest.java
branchJDK-8200758-branch
changeset 57258 ea75e8d7e34f
parent 57106 ea870b9ce89a
--- a/test/jdk/tools/jpackage/JPackageHelpTest.java	Mon Mar 11 15:15:16 2019 -0400
+++ b/test/jdk/tools/jpackage/JPackageHelpTest.java	Mon Mar 11 21:00:22 2019 -0400
@@ -34,11 +34,11 @@
 
     // Platform specific help messages.
     private static final String WINDOWS_HELP =
-            "The following options are valid for Windows platforms";
+            "--win-dir-chooser";
     private static final String OSX_HELP =
-            "The following options are valid for Mac OS X platforms";
+            "--mac-bundle-identifier";
     private static final String LINUX_HELP =
-            "The following options are valid for Linux platforms";
+            "--linux-bundle-name";
 
     private static void validate(String output1, String output2)
             throws Exception {