Skip to content

Commit a1a0384

Browse files
author
duke
committed
Backport 22d3a6dd34a14994c7210365a5b982c9e65f5892
1 parent 89c5659 commit a1a0384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/jdk/nio/zipfs/TestPosix.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
import static org.junit.jupiter.api.Assertions.assertTrue;
6161
import static org.junit.jupiter.api.Assertions.fail;
6262

63-
/**
63+
/*
6464
* @test
6565
* @bug 8213031 8273935 8324635
6666
* @summary Test POSIX ZIP file operations.
@@ -756,7 +756,7 @@ public void testJarFile() throws IOException {
756756
delTree(UNZIP_DIR);
757757
Files.createDirectory(UNZIP_DIR);
758758
File targetDir = UNZIP_DIR.toFile();
759-
try (JarFile jf = new JarFile(ZIP_FILE.toFile())) {
759+
try (JarFile jf = new JarFile(JAR_FILE.toFile())) {
760760
Enumeration<? extends JarEntry> zenum = jf.entries();
761761
while (zenum.hasMoreElements()) {
762762
JarEntry ze = zenum.nextElement();

0 commit comments

Comments
 (0)