]> granicus.if.org Git - php/commitdiff
- skip on win
authorPierre Joye <pajoye@php.net>
Tue, 6 Sep 2011 07:32:37 +0000 (07:32 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 6 Sep 2011 07:32:37 +0000 (07:32 +0000)
ext/standard/tests/directory/open_basedir_001.phpt

index 092eac27f04a453c28764cd105ed42989679dab0..d44f0481632368e82445b6c3c635ec9c6250d37d 100644 (file)
@@ -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--