Files
neovim/test
James McCoy ce51fa0955 test: Turn printargs_path into a function
When test/functional/eval/system_spec.lua is run on its own,
helpers.os_name() was being called before a session had been created.
This caused that describe block to fail.

Turning printargs_path into a function delays the call of
helpers.os_name() until the test is being run, which ensures a session
is available.
2017-02-02 19:52:59 -05:00
..
2016-11-17 00:55:39 +01:00
2016-01-14 23:36:58 -05:00
2016-11-17 00:55:39 +01:00