We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4381f0 commit f2cd651Copy full SHA for f2cd651
test/jdk/tools/jpackage/helpers/jdk/jpackage/test/JPackageCommand.java
@@ -274,7 +274,7 @@ public JPackageCommand setFakeRuntime() {
274
};
275
276
addPrerequisiteAction(cmd -> {
277
- Path fakeRuntimeDir = TKit.workDir().resolve("fake_runtime");
+ Path fakeRuntimeDir = TKit.createTempDirectory("fake_runtime");
278
279
TKit.trace(String.format("Init fake runtime in [%s] directory",
280
fakeRuntimeDir));
0 commit comments