On Thu, 29 Oct 2020 17:32:24 GMT, Andy Herrick <[email protected]> wrote:
> JVM
test/jdk/tools/jpackage/helpers/jdk/jpackage/test/HelloApp.java line 276:
> 274: AppOutputVerifier av = getVerifier(cmd, args);
> 275: if (av != null) {
> 276: // when running app launchers, clear users environment
How about executeLauncher() method? It will not clear the environment.
-------------
PR: https://git.openjdk.java.net/jdk/pull/940
