]> granicus.if.org Git - php/commitdiff
Bug #62177 deactivate the linux test version on win
authorMatt Ficken <mattficken@php.net>
Tue, 29 May 2012 14:37:19 +0000 (16:37 +0200)
committerAnatoliy Belsky <ab@php.net>
Tue, 29 May 2012 14:37:19 +0000 (16:37 +0200)
ext/fileinfo/tests/finfo_file_regex.phpt

index c1cc36f2b3be58d4ed436375481c20d7785555a3..ee4c8b0b7a2bc84535f07c1df15122391ae1344d 100644 (file)
@@ -1,7 +1,11 @@
 --TEST--
 Test finfo_file() function : regex rules
 --SKIPIF--
-<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
+<?php require_once(dirname(__FILE__) . '/skipif.inc'); 
+if (substr(PHP_OS, 0, 3) == 'WIN') {
+    die('skip.. only for Non Windows Systems');
+}
+?>
 --FILE--
 <?php
 /**