From 9e6d80dc8fa13e00bfcc4a6897a3fd796f3b5e01 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 20 Mar 2020 08:56:40 +0100 Subject: [PATCH] Fix potential test conflict Cf. --- ext/standard/tests/file/windows_mb_path/bug54028_2.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/file/windows_mb_path/bug54028_2.phpt b/ext/standard/tests/file/windows_mb_path/bug54028_2.phpt index 81be60e640f..be93db1a832 100644 --- a/ext/standard/tests/file/windows_mb_path/bug54028_2.phpt +++ b/ext/standard/tests/file/windows_mb_path/bug54028_2.phpt @@ -16,7 +16,7 @@ skip_if_no_required_exts(); include __DIR__ . DIRECTORY_SEPARATOR . "util.inc"; -$prefix = __DIR__ . DIRECTORY_SEPARATOR . "testBug54028" . DIRECTORY_SEPARATOR; +$prefix = __DIR__ . DIRECTORY_SEPARATOR . "testBug54028_2" . DIRECTORY_SEPARATOR; $dirs = array("a", "ソ", "ゾ", "şŞıİğĞ", "多国語", "王", "汚れて掘る");