Browse Source

- fix skipif msg

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

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

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

Loading…
Cancel
Save