Skip to content

Commit 906f19f

Browse files
committed
fix test
1 parent c8f07ad commit 906f19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/tests/bug70350.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $archive->addEmptyDir("../down2/");
1515
$archive->close();
1616

1717
$archive2 = new ZipArchive();
18-
$archive2->open('a.zip');
18+
$archive2->open("$dir/a.zip");
1919
$archive2->extractTo($dir);
2020
$archive2->close();
2121
var_dump(file_exists("$dir/down2/"));

0 commit comments

Comments
 (0)