--- embedaddon/php/tests/security/open_basedir_001.phpt 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/tests/security/open_basedir_001.phpt 2013/07/22 01:32:14 1.1.1.2 @@ -5,6 +5,9 @@ openbase_dir runtime tightning if (substr(PHP_OS, 0, 3) == 'WIN') { die('skip.. only for unix'); } +if (!is_dir("/usr/local/bin")) { + die('skip.. no /usr/local/bin on this machine'); +} --INI-- open_basedir=/usr/local --FILE--