Browse Source

fix these tests so they properly clean up after themselves.

PHP-5.4.25
Ferenc Kovacs 12 years ago
parent
commit
2bd68bf039
  1. 1
      tests/security/open_basedir_linkinfo.phpt
  2. 1
      tests/security/open_basedir_readlink.phpt

1
tests/security/open_basedir_linkinfo.phpt

@ -41,6 +41,7 @@ test_open_basedir_after("linkinfo");
?>
--CLEAN--
<?php
chdir(__DIR__);
require_once "open_basedir.inc";
delete_directories();
?>

1
tests/security/open_basedir_readlink.phpt

@ -37,6 +37,7 @@ test_open_basedir_after("readlink");
?>
--CLEAN--
<?php
chdir(__DIR__);
require_once "open_basedir.inc";
delete_directories();
?>

Loading…
Cancel
Save