Steps to reproduce
Start-PSPester -binDir /opt/microsoft/powershell/6.0.0-alpha.18
Expected behavior
Tests should work
Actual behavior
Test at HelpSystem.Tests.ps1#L76
fails with:
Failed to update Help for the module(s) 'Microsoft.PowerShell.Core` with UI culture(s) {en-US} : Access to the path '/opt/microsoft/powershell/6.0.0-alpha.18/en-US/System.Management.Automation.dll-help.xml' is denied.

Additional tests failing similarly
Environment data
> $PSVersionTable
Name Value
---- -----
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
GitCommitId v6.0.0-alpha.18
PSVersion 6.0.0-alpha
PSRemotingProtocolVersion 2.3
WSManStackVersion 3.0
SerializationVersion 1.1.0.1
PSEdition Core
BuildVersion 3.0.0.0
CLRVersion
Steps to reproduce
Start-PSPester -binDir /opt/microsoft/powershell/6.0.0-alpha.18
Expected behavior
Tests should work
Actual behavior
Test at HelpSystem.Tests.ps1#L76
fails with:
Additional tests failing similarly
Environment data