PowerShell/test/powershell/Host
Steve Lee 41f65de57c Change positional parameter for powershell.exe from -Command to -File (#4019)
Previously powershell.exe treated unknown arguments as a command line to execute. To align with POSIX so that things like shebang scripts work correctly, we are changing powershell.exe so that it treats unknown arguments (aka positional argument) as a file. This means that `powershell foo` will now attempt to use `foo` as a PowerShell script whereas previously `foo` would be treated as a command to execute. This doesn't affect existing usage of either -File nor -Command. Fixed tests that didn't explicitly use -Command parameter.
2017-06-19 12:17:56 -07:00
..
assets Fix the Read-Host test that fails in OSX (#3609) 2017-04-20 15:12:31 -07:00
TabCompletion Fix about_* topic help issues and a few tab completion regressions (#4014) 2017-06-18 18:27:34 -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 Change positional parameter for powershell.exe from -Command to -File (#4019) 2017-06-19 12:17:56 -07:00
HostUtilities.Tests.ps1 Autoload TestRemoting.psm1 (#3430) 2017-03-29 10:11:02 -07:00
PSVersionTable.Tests.ps1 Remove BuildVersion from $PSVersionTable (#3877) 2017-06-01 15:56:28 -07:00
Read-Host.Tests.ps1 all tests are now marked with proper tag 2016-07-27 12:06:51 -07:00