diff --git a/test/java/util/zip/ZipFile/ReadZip.java b/test/java/util/zip/ZipFile/ReadZip.java index 99fb7baaf39d2e72e265fd088a952014400f78f2..78f202cd30226d4e97a9236f76529521055ccf5b 100644 --- a/test/java/util/zip/ZipFile/ReadZip.java +++ b/test/java/util/zip/ZipFile/ReadZip.java @@ -22,7 +22,7 @@ */ /* @test - @bug 4241361 4842702 4985614 6646605 5032358 + @bug 4241361 4842702 4985614 6646605 5032358 6923692 @summary Make sure we can read a zip file. */ @@ -59,7 +59,7 @@ public class ReadZip { FileInputStream fis = new FileInputStream( new File(System.getProperty("test.src", "."), "input.zip")); - File newZip = new File(System.getProperty("test.src", "."), + File newZip = new File(System.getProperty("test.dir", "."), "input2.zip"); FileOutputStream fos = new FileOutputStream(newZip);