mirror of
https://github.com/neovim/neovim.git
synced 2026-05-15 01:37:12 +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