File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/core/src/test/shared/utilities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ describe('pathFind', function () {
6060 testutil . setEnv ( testutil . envWithNewPath ( workspace . uri . fsPath ) )
6161 const firstResult = await findSshPath ( false )
6262
63- await testutil . createExecutableFile ( fakeSshPath , 'echo "this is ssh" ' )
63+ await testutil . createExecutableFile ( fakeSshPath , '' )
6464
6565 const secondResult = await findSshPath ( false )
6666
@@ -81,7 +81,7 @@ describe('pathFind', function () {
8181 it ( 'caches result from previous runs' , async function ( ) {
8282 const workspace = await testutil . createTestWorkspaceFolder ( )
8383 const fakeSshPath = path . join ( workspace . uri . fsPath , `ssh` )
84- await testutil . createExecutableFile ( fakeSshPath , 'echo "this is ssh" ' )
84+ await testutil . createExecutableFile ( fakeSshPath , '' )
8585
8686 testutil . setEnv ( testutil . envWithNewPath ( workspace . uri . fsPath ) )
8787 const firstResult = await findSshPath ( true )
You can’t perform that action at this time.
0 commit comments