##// END OF EJS Templates
fix arguments for commands in _process_posix...
fix arguments for commands in _process_posix quotations marks could trivially break the command parsing. This has been fixed by using the `args` kwarg, rather than trying to stuff it all into one string. previously-failing tests added Closes gh-989.
MinRK -
r5296:3830949b
Show More