Skip to content

Commit

Permalink
Adapt test to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
GoeLin committed Dec 4, 2024
1 parent 228ca64 commit 12a300a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/security/Security/ConfigFileTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ConfigFileTest {
private static boolean overrideDetected = false;

private static Path COPY_JDK_DIR = Path.of("./jdk-8155246-tmpdir");
private static Path COPIED_JAVA = COPY_JDK_DIR.resolve("bin", "java");
private static Path COPIED_JAVA = COPY_JDK_DIR.resolve("bin").resolve("java");

public static void main(String[] args) throws Exception {
Path copyJdkDir = Path.of("./jdk-8155246-tmpdir");
Expand Down

0 comments on commit 12a300a

Please sign in to comment.