]> granicus.if.org Git - php/commitdiff
- not supported on windows
authorPierre Joye <pajoye@php.net>
Tue, 12 Aug 2008 11:55:47 +0000 (11:55 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 12 Aug 2008 11:55:47 +0000 (11:55 +0000)
ext/standard/tests/file/chown.phpt

index ccc505e2e5bc2e081f113f655cab462654c6ebf3..9075d3dc33231526e90d5defc6c8a4456efcb052 100644 (file)
@@ -1,5 +1,10 @@
 --TEST--
 chown() with NULL as user name
+--SKIPIF--
+<?php
+if(substr(PHP_OS, 0, 3) == "WIN")
+  die("skip, not supported on Windows");
+?>
 --FILE--
 <?php
 chown("sjhgfskhagkfdgskjfhgskfsdgfkdsajf", NULL);