Skip to content

Commit c6f02ac

Browse files
Update packages/core/src/test/shared/utilities/pathFind.test.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent deff2a2 commit c6f02ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/utilities/pathFind.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('pathFind', function () {
8080
const workspace = await testutil.createTestWorkspaceFolder()
8181
const fakeSshPath = path.join(workspace.uri.fsPath, `ssh`)
8282

83-
process.env = testutil.envWithNewPath(workspace.uri.fsPath)
83+
process.env.PATH = workspace.uri.fsPath
8484

8585
await testutil.createExecutableFile(fakeSshPath, '')
8686

0 commit comments

Comments
 (0)