mirror of
https://github.com/neovim/neovim.git
synced 2025-12-13 10:02:49 +00:00
Problem As part of https://github.com/neovim/neovim/pull/34373 a unit test was added that executes the `write` command. This causes a file to be created named `Xtestfile-functional-shada-buffers-2`. In general tests should cleanup resources they create. Solution Remove the call to `write`, test functions correctly without it.