mirror of
https://github.com/neovim/neovim.git
synced 2026-04-18 13:30:42 +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