We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55aa37 commit d2a3503Copy full SHA for d2a3503
1 file changed
tests/projectionist_spec.lua
@@ -3,7 +3,7 @@ describe("projectionist", function()
3
local tmp_dir = [[./tmp/fixtures]]
4
vim.fn.system([[rm -rf ]] .. tmp_dir)
5
vim.fn.system([[mkdir -p ]] .. tmp_dir)
6
- vim.fn.system([[cp -r tests/fixtures/ ]] .. tmp_dir)
+ vim.fn.system([[cp -R tests/fixtures/. ]] .. tmp_dir)
7
vim.print(vim.fn.system([[ls tmp]]))
8
vim.print("===========")
9
vim.print(vim.fn.system([[ls tmp/fixtures]]))
0 commit comments