Skip to content

Commit 0190687

Browse files
[Process] Fix test
1 parent ee75984 commit 0190687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)