Skip to content

Commit 21eab4a

Browse files
Minor fix PostImageScriptTest to reflect the fact that jpackage doesn't create "packages" output directory beforehand.
1 parent 07a236e commit 21eab4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/tools/jpackage/share/PostImageScriptTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public static void testWithServices(Mode mode) {
203203
JPackageUserScript.verifyPackagingDirectories()
204204
.withUnchangedDirectory("../services")
205205
.withUnchangedDirectory("../support")
206-
.withEmptyDirectory("../packages")
206+
.withNonexistantPath("../packages")
207207
.apply(test).run(Action.CREATE);
208208
}
209209

0 commit comments

Comments
 (0)