]> granicus.if.org Git - php/commitdiff
fix skip messages
authorAntony Dovgal <tony2001@php.net>
Fri, 11 Jul 2008 09:16:50 +0000 (09:16 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 11 Jul 2008 09:16:50 +0000 (09:16 +0000)
ext/standard/tests/file/lchown_basic.phpt
ext/standard/tests/file/lchown_error.phpt

index 411a64a4db470b234ec7bb13aaac75c9366d6798..9675d3acae8c1954fbc1b3851ab1c6f5f0321d9c 100644 (file)
@@ -2,8 +2,8 @@
 Test lchown() function : basic functionality 
 --SKIPIF--
 <?php
-if (substr(PHP_OS, 0, 3) == 'WIN') die('Skip: no windows support');
-if (!function_exists("posix_getuid")) die("skip: no posix_getuid()");
+if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support');
+if (!function_exists("posix_getuid")) die("skip no posix_getuid()");
 ?>
 --FILE--
 <?php
index a0be6730e9ecaeee91bb1fa295b76067fc9cf60c..cddfc7de0ddcbd22b4b703bb3b16b5dbb4be4709 100644 (file)
@@ -2,8 +2,8 @@
 Test lchown() function : error functionality 
 --SKIPIF--
 <?php
-if (substr(PHP_OS, 0, 3) == 'WIN') die('Skip: no windows support');
-if (!function_exists("posix_getuid")) die("skip: no posix_getuid()");
+if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support');
+if (!function_exists("posix_getuid")) die("skip no posix_getuid()");
 ?>
 --FILE--
 <?php