PowerShell/test/powershell/Host
Steve Lee 753b1965a0 Fix crash at startup when env:HOME not set (#3437)
There are cases like using PowerShell via Puppet where the account being
used does not have a home directory.  Updated PowerShell to use a process
specific temporary directory if HOME, CONFIG, CACHE, and DATA directories
are not available.  Temporary directory is removed when last runspace
is disposed.
2017-04-09 09:23:06 -07:00
..
assets
TabCompletion Add tab completion for Select-Object -ExcludeProperty -ExpandProperty (#3443) 2017-03-29 10:36:18 -07:00
Base-Directory.Tests.ps1 corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255) 2017-03-15 12:04:28 -07:00
ConsoleHost.Tests.ps1 Fix crash at startup when env:HOME not set (#3437) 2017-04-09 09:23:06 -07:00
HostUtilities.Tests.ps1 Autoload TestRemoting.psm1 (#3430) 2017-03-29 10:11:02 -07:00
PSVersionTable.Tests.ps1
Read-Host.Tests.ps1