Skip to content

Commit 25214ad

Browse files
Merge branch '5.4' into 6.4
* 5.4: [Process] Fix test
2 parents 88638b9 + 0190687 commit 25214ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ExecutableFinderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function testFindBatchExecutableOnWindows()
123123
$this->markTestSkipped('Can be only tested on windows');
124124
}
125125

126-
$target = tempnam(sys_get_temp_dir(), 'example-windows-executable');
126+
$target = str_replace('.tmp', '_tmp', tempnam(sys_get_temp_dir(), 'example-windows-executable'));
127127

128128
try {
129129
touch($target);

0 commit comments

Comments
 (0)