mirror of
https://github.com/neovim/neovim.git
synced 2026-07-16 22:21:30 +00:00
@@ -165,9 +165,6 @@ describe('nvim.dir', function()
|
||||
end)
|
||||
|
||||
it('uses an absolute buffer name for a relative startup directory argument', function()
|
||||
if t.is_zig_build() then
|
||||
return pending('broken with build.zig relative runtime paths after chdir')
|
||||
end
|
||||
make_fixture()
|
||||
local cwd = assert(vim.uv.cwd())
|
||||
assert(vim.uv.chdir(root))
|
||||
@@ -373,9 +370,6 @@ describe('nvim.dir', function()
|
||||
end)
|
||||
|
||||
it('coexists with netrw and can be disabled', function()
|
||||
if t.is_zig_build() then
|
||||
return pending('broken with build.zig relative runtime paths after chdir')
|
||||
end
|
||||
make_fixture()
|
||||
n.clear({ args_rm = { '-u' } })
|
||||
local cwd = fn.getcwd()
|
||||
@@ -399,7 +393,7 @@ describe('nvim.dir', function()
|
||||
|
||||
it('supports the FileExplorer browse contract', function()
|
||||
if t.is_zig_build() then
|
||||
return pending('broken with build.zig relative runtime paths after chdir')
|
||||
return pending('broken with build.zig: TMPDIR relative cwd')
|
||||
end
|
||||
make_fixture()
|
||||
n.clear({ args_rm = { '-u' } })
|
||||
|
||||
Reference in New Issue
Block a user