Skip to content

Commit 37f5c1f

Browse files
Merge branch '7.1' into 7.2
* 7.1: [Process] Fix test
2 parents f2f5bb9 + 9b8a40b commit 37f5c1f

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
@@ -148,7 +148,7 @@ public function testFindBatchExecutableOnWindows()
148148
$this->markTestSkipped('Can be only tested on windows');
149149
}
150150

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

153153
try {
154154
touch($target);

0 commit comments

Comments
 (0)