From 906f19f1365488f90f7473e833a7a13f2c1387ac Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 1 Sep 2015 00:59:31 -0700 Subject: [PATCH] fix test --- ext/zip/tests/bug70350.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zip/tests/bug70350.phpt b/ext/zip/tests/bug70350.phpt index c308f549cf..d81de65a32 100644 --- a/ext/zip/tests/bug70350.phpt +++ b/ext/zip/tests/bug70350.phpt @@ -15,7 +15,7 @@ $archive->addEmptyDir("../down2/"); $archive->close(); $archive2 = new ZipArchive(); -$archive2->open('a.zip'); +$archive2->open("$dir/a.zip"); $archive2->extractTo($dir); $archive2->close(); var_dump(file_exists("$dir/down2/")); -- 2.40.0