mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 19:51:41 +10: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