Skip to content

Commit d2a3503

Browse files
committed
fixup! test: projectionist tests
1 parent d55aa37 commit d2a3503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/projectionist_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ describe("projectionist", function()
33
local tmp_dir = [[./tmp/fixtures]]
44
vim.fn.system([[rm -rf ]] .. tmp_dir)
55
vim.fn.system([[mkdir -p ]] .. tmp_dir)
6-
vim.fn.system([[cp -r tests/fixtures/ ]] .. tmp_dir)
6+
vim.fn.system([[cp -R tests/fixtures/. ]] .. tmp_dir)
77
vim.print(vim.fn.system([[ls tmp]]))
88
vim.print("===========")
99
vim.print(vim.fn.system([[ls tmp/fixtures]]))

0 commit comments

Comments
 (0)