PowerShell/test/powershell/Language/Scripting/NativeExecution
Bruce Payette 11ad02a15a Adding support for native command globbing on UNIX (#3643)
This change enables globbing (wildcard expansion) against the file system for native commands like '/bin/ls'. The expansion is only done in the file system. In non-filesystem drives expansion is not done and the pattern is returned unchanged.

Limitations of the fix:
Currently quoting is not honored so for a command like /bin/ls "*.txt", wildcard expansion will still be done. Adding support for bare word detection will come in a future PR. Use --% to suppress wildcard expansion e.g. git add --% *
2017-05-01 12:23:36 -07:00
..
NativeCommandArguments.Tests.ps1 move native execution tests to Language/Scripting/NativeExecution (#2333) 2016-09-22 11:57:42 -07:00
NativeCommandProcessor.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
NativeLinuxCommands.Tests.ps1 Fix GetType() bad pattern and related issues in tests (#3134) 2017-02-15 16:40:51 -08:00
NativeStreams.Tests.ps1 Add a code to handle finished process correctly on Unix 2016-11-15 14:49:39 -08:00
NativeUnixGlobbing.Tests.ps1 Adding support for native command globbing on UNIX (#3643) 2017-05-01 12:23:36 -07:00