From: Greg Beaver Date: Fri, 5 Jan 2007 01:13:35 +0000 (+0000) Subject: revert changes to test X-Git-Tag: RELEASE_1_0_0RC1~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68cd2941fdd9619c46dbfdccd3b84e6da0bf79aa;p=php revert changes to test --- diff --git a/ext/phar/tests/open_for_write_existing.phpt b/ext/phar/tests/open_for_write_existing.phpt index fa94de97df..769f6e4640 100644 --- a/ext/phar/tests/open_for_write_existing.phpt +++ b/ext/phar/tests/open_for_write_existing.phpt @@ -28,7 +28,7 @@ file_put_contents(dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar. $fp = fopen('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php', 'wb'); fwrite($fp, 'extra'); fclose($fp); -include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php';exit; +include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php'; ?> ===DONE=== --CLEAN--