I get this error
Tests Passed: 10708, Failed: 1, Skipped: 1894, Pending: 367, Inconclusive: 2 TEST FAILURES
Description: UseNewEnvironment parameter should reset environment variables for child process
Name: Start-Process.UseNewEnvironment parameter should reset environment variables for child process message:
Expected strings to be the same, but they were different.
Expected length: 3
Actual length: 1
Strings differ at index 1.
Expected: ';ds'
But was: ';'
stack-trace:
at <ScriptBlock>, /home/ds/Pakete/powershell/src/PowerShell-7.3.7/test/powershell/Modules/Microsoft.PowerShell.Management/Start-Process.Tests.ps1: line 205
205: Get-Content -LiteralPath $outputFile | Should -BeExactly ";$userName" Exception: 1 tests in test/powershell failed
==> ERROR: A failure occurred in check().
Aborting...
Pinned Comments
kylesferrazza commented on 2017-10-26 18:01 (UTC)