]> granicus.if.org Git - php/commitdiff
- skip on win, different error msg
authorPierre Joye <pajoye@php.net>
Wed, 8 Jul 2009 10:13:27 +0000 (10:13 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 8 Jul 2009 10:13:27 +0000 (10:13 +0000)
ext/standard/tests/file/rename_variation6.phpt

index 25a4acf94860012e7990e212992f9659804bac0e..413dc6e045ef4d5acd7e2a04a53bf3a2225d4091 100644 (file)
@@ -1,7 +1,8 @@
 --TEST--
-Test rename() function: usage variations-7
+Test rename() function: usage variations-6
 --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--