summaryrefslogtreecommitdiff
path: root/ext/zip/tests/bug70350.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/tests/bug70350.phpt')
-rw-r--r--ext/zip/tests/bug70350.phpt2
1 files changed, 1 insertions, 1 deletions
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/"));