Skip to content

Commit 2038a96

Browse files
committed
Backport follow up 8343178
1 parent 97c0cce commit 2038a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/tools/jpackage/share/jdk/jpackage/tests/BasicTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -316,7 +316,7 @@ public void testTemp(TestTempType type) throws IOException {
316316
pkgTest.addBundleVerifier(cmd -> {
317317
// Check jpackage used the supplied directory.
318318
Path tempDir = getTempDirectory(cmd, tempRoot);
319-
TKit.assertPathNotEmptyDirectory(tempDir);
319+
TKit.assertDirectoryNotEmpty(tempDir);
320320
});
321321
}
322322

0 commit comments

Comments
 (0)