Browse Source

- skip on win

pull/12/head
Pierre Joye 15 years ago
parent
commit
e240c51632
  1. 5
      ext/standard/tests/directory/open_basedir_001.phpt

5
ext/standard/tests/directory/open_basedir_001.phpt

@ -1,5 +1,10 @@
--TEST--
openbase_dir runtime tightning
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
die('skip.. only for Windows');
}
--INI--
open_basedir=/usr/local
--FILE--

Loading…
Cancel
Save