fix(tui): log chdir failure properly #37591

This commit is contained in:
zeertzjq
2026-01-28 18:44:17 +08:00
committed by GitHub
parent 027b7d6bbb
commit 1f0dbfea2f
10 changed files with 72 additions and 44 deletions

View File

@@ -10,7 +10,7 @@ before_each(clear)
describe('ffi.cdef', function()
it('can use Neovim core functions', function()
if not exec_lua("return pcall(require, 'ffi')") then
pending('missing LuaJIT FFI')
pending('N/A: missing LuaJIT FFI')
end
eq(

View File

@@ -206,7 +206,7 @@ describe('URI methods', function()
describe('uri from bufnr', function()
it('Windows paths should not be treated as uris', function()
skip(not is_os('win'), 'Not applicable on non-Windows')
skip(not is_os('win'), 'N/A on non-Windows')
local file = t.tmpname()
write_file(file, 'Test content')