]> granicus.if.org Git - php/commitdiff
- skip on windows
authorPierre Joye <pajoye@php.net>
Wed, 8 Jul 2009 10:42:06 +0000 (10:42 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 8 Jul 2009 10:42:06 +0000 (10:42 +0000)
ext/standard/tests/file/rename_variation7.phpt

index 47c2828d86fcec8eb17149af80bc07280db65cdc..5b937728f8cc93abe900f035ddb0c891f4c6df92 100644 (file)
@@ -2,6 +2,7 @@
 Test rename() function: usage variations-8
 --SKIPIF--
 <?php
+if (substr(PHP_OS, 0, 3) == 'WIN') die('skip..  not for Windows');
 if (!function_exists("symlink")) die("skip symlinks are not supported");
 ?>
 --FILE--