1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00

Bug #62177 deactivate the linux test version on win

This commit is contained in:
Matt Ficken
2012-05-29 16:37:19 +02:00
committed by Anatoliy Belsky
parent dbc727373c
commit b4b0aaae93

View 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
/**