mirror of
https://github.com/neovim/neovim.git
synced 2026-02-02 01:54:28 +00:00
Use unique filenames to avoid test conflicts. Use read_file() instead of io.popen(), to ensures the file is closed. Use helpers.rmdir(), it is far more robust than lfs. closes #7911