File tree Expand file tree Collapse file tree
vscode-dotnet-runtime-library/src/test/unit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Microsoft.NETCore.App 7.0.5 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]`;
104104 if ( shouldRun )
105105 {
106106 await provider . getInstalledGlobalDotnetPathIfExists ( installType ) ;
107- assert . equal ( mockExecutor . attemptedCommand , 'readlink -f /usr/bin/ dotnet' ) ;
107+ assert . equal ( mockExecutor . attemptedCommand , 'which dotnet' ) ;
108108 }
109109 } ) . timeout ( standardTimeoutTime ) ;
110110
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Microsoft.NETCore.App 7.0.5 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]`;
104104 if ( shouldRun )
105105 {
106106 await provider . getInstalledGlobalDotnetPathIfExists ( installType ) ;
107- assert . equal ( mockExecutor . attemptedCommand , 'readlink -f /usr/bin/ dotnet' ) ;
107+ assert . equal ( mockExecutor . attemptedCommand , 'which dotnet' ) ;
108108 }
109109 } ) . timeout ( standardTimeoutTime ) ;
110110
You can’t perform that action at this time.
0 commit comments