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

index f18ebbd6681253777c43626e931307c48228f0d6..c8dee328f6e8f59f02e0fac96f1c6b0328297831 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--