aboutsummaryrefslogtreecommitdiff
path: root/test/unit/os/shell_spec.lua
Commit message (Collapse)AuthorAge
* unify jobstart, termopen, and system interfacesScott Prager2015-05-02
| | | | | | | | | | | | | | | | | For any of these functions, if {cmd} is a string, execute "&shell &shellcmdflag '{cmd}'", or simply {cmd} if it's a list. In termopen(), if the 'name' option is not supplied, try to guess using '{cmd}' (string) or {cmd}[0] (list). Simplify ex_terminal to use the string form of termopen(). termopen: get name from argument Convert list_to_argv to tv_to_argv. Helped-by: Björn Linse <@bfredl> Helped-by: oni-link <knil.ino@gmail.com> Helped-by: Thiago de Arruda <@tarruda>
* unit tests: initialize everythingJustin M. Keyes2014-09-11
|
* test/shell: add testsNicolas Hillegeer2014-07-27
- The calls to (partially) initialize logging need to go. Blocked on #981.