]> granicus.if.org Git - php/commitdiff
there are no symlinks on Windows
authorKai Schroeder <k.schroeder@php.net>
Sun, 9 Feb 2003 13:20:34 +0000 (13:20 +0000)
committerKai Schroeder <k.schroeder@php.net>
Sun, 9 Feb 2003 13:20:34 +0000 (13:20 +0000)
ext/standard/tests/file/001.phpt

index 24afa3fa6dcda1ef587e9236880c86a0188c28c8..2191fa23d60c353c8aa616f91157663acb4ca339 100644 (file)
@@ -1,5 +1,11 @@
 --TEST--
 File type functions
+--SKIPIF--
+<?php
+if (substr(PHP_OS, 0, 3) == 'WIN') {
+    die('skip no symlinks on Windows');
+}
+?>
 --POST--
 --GET--
 --FILE--