PowerShell/test/powershell/Host
Steve Lee 2851f7e800 Accept -i for an interactive shell (#3558)
On Unix, it is a convention for shells to accept `-i` for an interactive shell and many
tools expect this behavior (`script` for example, and when setting powershell as the
default shell) and calls the shell with the `-i` switch.  This change is breaking in
that `-i` previously could be used as short hand to match `-inputformat` which now will
need to be `-in`.
2017-04-13 18:35:26 -07:00
..
assets Bump expect timeout for slow CI systems 2016-07-08 14:28:49 -07:00
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 Accept -i for an interactive shell (#3558) 2017-04-13 18:35:26 -07:00
HostUtilities.Tests.ps1 Autoload TestRemoting.psm1 (#3430) 2017-03-29 10:11:02 -07:00
PSVersionTable.Tests.ps1 Revert "Merge pull request #1458 from PowerShell/psedition_rename" 2016-08-03 15:53:31 -07:00
Read-Host.Tests.ps1 all tests are now marked with proper tag 2016-07-27 12:06:51 -07:00