summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-03-20 08:56:40 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-03-20 08:56:40 +0100
commit9e6d80dc8fa13e00bfcc4a6897a3fd796f3b5e01 (patch)
treedffa07c5a567e1aaa74a904b14b8606f8156b0ee
parent1d9e716a473951866ec82dbf651840e65d5dcb80 (diff)
downloadphp-git-9e6d80dc8fa13e00bfcc4a6897a3fd796f3b5e01.tar.gz
Fix potential test conflict
Cf. <https://ci.appveyor.com/project/php/php-src/builds/31564684/job/k9u3xv860fao3n2e#L5578>
-rw-r--r--ext/standard/tests/file/windows_mb_path/bug54028_2.phpt2
1 files changed, 1 insertions, 1 deletions
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 81be60e640..be93db1a83 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", "ソ", "ゾ", "şŞıİğĞ", "多国語", "王", "汚れて掘る");