mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
win: enable legacy/getcwd_spec.lua
This commit is contained in:
parent
3c0cc9c2fb
commit
c5a7f451ce
@ -4,8 +4,6 @@ local helpers = require('test.functional.helpers')(after_each)
|
|||||||
local eq, eval, source = helpers.eq, helpers.eval, helpers.source
|
local eq, eval, source = helpers.eq, helpers.eval, helpers.source
|
||||||
local call, clear, command = helpers.call, helpers.clear, helpers.command
|
local call, clear, command = helpers.call, helpers.clear, helpers.command
|
||||||
|
|
||||||
if helpers.pending_win32(pending) then return end
|
|
||||||
|
|
||||||
describe('getcwd', function()
|
describe('getcwd', function()
|
||||||
before_each(clear)
|
before_each(clear)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user