]> granicus.if.org Git - php/commitdiff
There are plenty of other non-Windows operating systems
authorRasmus Lerdorf <rasmus@php.net>
Thu, 31 Jan 2008 18:31:54 +0000 (18:31 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 31 Jan 2008 18:31:54 +0000 (18:31 +0000)
ext/standard/tests/file/005_variation-win32.phpt

index 2609070fc5bd82389aa8800d6ebc4cd11e3b2194..34558758e3cb020fdd1c9c6007c108494ddcbc65 100644 (file)
@@ -3,7 +3,7 @@ Test fileatime(), filemtime(), filectime() & touch() functions : usage variation
 --SKIPIF--
 <?php
 if (substr(PHP_OS, 0, 3) != 'WIN') {
-    die('skip Do not run on Linux');
+    die('skip Windows-only test');
 }
 ?>
 --FILE--