Skip to content

Commit 825384c

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix potential test conflict
2 parents ccc49ea + 9e6d80d commit 825384c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/windows_mb_path/bug54028_2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ skip_if_no_required_exts();
1616

1717
include __DIR__ . DIRECTORY_SEPARATOR . "util.inc";
1818

19-
$prefix = __DIR__ . DIRECTORY_SEPARATOR . "testBug54028" . DIRECTORY_SEPARATOR;
19+
$prefix = __DIR__ . DIRECTORY_SEPARATOR . "testBug54028_2" . DIRECTORY_SEPARATOR;
2020

2121
$dirs = array("a", "", "", "şŞıİğĞ", "多国語", "", "汚れて掘る");
2222

0 commit comments

Comments
 (0)