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 6953f29 commit 2d7f88bCopy full SHA for 2d7f88b
1 file changed
tests/plenary/files/orgfiles_spec.lua
@@ -5,7 +5,8 @@ describe('OrgFiles', function()
5
local test_files = {}
6
7
before_each(function()
8
- temp_dir = vim.fn.tempname()
+ -- Use resolve() to get canonical path (handles macOS /var -> /private/var symlink)
9
+ temp_dir = vim.fn.resolve(vim.fn.tempname())
10
vim.fn.mkdir(temp_dir, 'p')
11
test_files = {}
12
end)
0 commit comments