From 5367f36da76fa23589336ed62ca38f4a7208af6e Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Fri, 1 Nov 2019 12:24:38 +0100 Subject: [PATCH] Fix conflicts between tests with obscure filenames --- ext/standard/tests/file/file_get_contents_variation8-win32.phpt | 2 ++ ext/standard/tests/file/file_put_contents_variation8-win32.phpt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ext/standard/tests/file/file_get_contents_variation8-win32.phpt b/ext/standard/tests/file/file_get_contents_variation8-win32.phpt index 4928404098..e8d6238715 100644 --- a/ext/standard/tests/file/file_get_contents_variation8-win32.phpt +++ b/ext/standard/tests/file/file_get_contents_variation8-win32.phpt @@ -8,6 +8,8 @@ if (substr(PHP_OS, 0, 3) != 'WIN') { die("skip Valid only on Windows"); } ?> +--CONFLICTS-- +obscure_filename --FILE-- if(substr(PHP_OS, 0, 3) != "WIN") die("skip Only run on Windows"); ?> +--CONFLICTS-- +obscure_filename --FILE--