Skip to content

Commit 5acf32b

Browse files
committed
tests: fix herd test now it doesn't expand home on mac
1 parent 00b3e52 commit 5acf32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Install/HerdTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function getHerdTestTempDir(): string
101101
file_put_contents($mcpPath, 'test phar content');
102102

103103
expect($herd->isMcpAvailable())->toBeTrue();
104-
});
104+
})->onlyOnWindows();
105105

106106
test('isMcpAvailable returns false after MCP file is removed', function () {
107107
$testHome = getHerdTestTempDir().'/home';

0 commit comments

Comments
 (0)