mirror of
https://github.com/neovim/neovim.git
synced 2026-01-24 14:14:16 +10:00
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.
16 KiB
16 KiB