diff options
author | Matt Ficken <mattficken@php.net> | 2012-05-29 16:37:19 +0200 |
---|---|---|
committer | Anatoliy Belsky <ab@php.net> | 2012-05-29 16:37:19 +0200 |
commit | b4b0aaae9331edcd8de7ca9062c0c8478265b008 (patch) | |
tree | dd69aabdb09a840d85bb2e1ed0918efa6739df61 | |
parent | dbc727373c6b9a086a4b3d28608acb6fadf7a8fd (diff) | |
download | php-git-b4b0aaae9331edcd8de7ca9062c0c8478265b008.tar.gz |
Bug #62177 deactivate the linux test version on win
-rw-r--r-- | ext/fileinfo/tests/finfo_file_regex.phpt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/fileinfo/tests/finfo_file_regex.phpt b/ext/fileinfo/tests/finfo_file_regex.phpt index c1cc36f2b3..ee4c8b0b7a 100644 --- a/ext/fileinfo/tests/finfo_file_regex.phpt +++ b/ext/fileinfo/tests/finfo_file_regex.phpt @@ -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 /** |