You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing tests for pwsh -settingsfile in ConsoleHost.Tests.ps1 use Get/Set-ExecutionPolicy cmdlets for verification. However, the ExecutionPolicy cmdlets are not supported on Unix platforms, so those tests are skipped after the changes in #6021. New tests need to be added to verify the settingsfile flag on Unix.
The existing tests for
pwsh -settingsfileinConsoleHost.Tests.ps1useGet/Set-ExecutionPolicycmdlets for verification. However, the ExecutionPolicy cmdlets are not supported on Unix platforms, so those tests are skipped after the changes in #6021. New tests need to be added to verify thesettingsfileflag on Unix.