]> granicus.if.org Git - php/commitdiff
- skip on wndows, chgrp not supported
authorPierre Joye <pajoye@php.net>
Mon, 11 Aug 2008 13:29:16 +0000 (13:29 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 11 Aug 2008 13:29:16 +0000 (13:29 +0000)
ext/standard/tests/file/chgrp.phpt

index 4eaa908b52d9eb92d9c7fd71b392b475d5239e9b..9c85f5c835f46823473be4e3716d1575f4832516 100644 (file)
@@ -1,5 +1,10 @@
 --TEST--
 chgrp() with NULL as group name
+--SKIPIF--
+<?php
+if(substr(PHP_OS, 0, 3) == "WIN")
+  die("skip, not supported on Windows");
+?>
 --FILE--
 <?php
 chgrp("sjhgfskhagkfdgskjfhgskfsdgfkdsajf", NULL);