]> granicus.if.org Git - php/commitdiff
revert changes to test
authorGreg Beaver <cellog@php.net>
Fri, 5 Jan 2007 01:13:35 +0000 (01:13 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 5 Jan 2007 01:13:35 +0000 (01:13 +0000)
ext/phar/tests/open_for_write_existing.phpt

index fa94de97df4c2ce4b12860ff7bf78ba8b6749a31..769f6e4640aee1cdd7d7512a9b66828e9891c2de 100644 (file)
@@ -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--