mirror of
https://github.com/neovim/neovim.git
synced 2026-02-23 19:02:13 +10:00
Problem: Using common name in tests leads to flaky tests. Solution: Rename files and directories to be more specific.3b0d70f4ffThis only includes test_findfile.vim changes. vim-patch:9.1.0562: tests: inconsistency in test_findfile.vim Problem: tests: inconsistency in test_findfile.vim, it saves and restores 'shellslash', but doesn't actually set it Solution: Set shellslash explicitly (zeertzjq) closes: vim/vim#15217e7b98ab96eCo-authored-by: Bram Moolenaar <Bram@vim.org> (cherry picked from commit2c9e82e193)