win: enable legacy/getcwd_spec.lua

This commit is contained in:
Jan Edmund Lazo 2017-10-19 00:47:46 -04:00
parent 3c0cc9c2fb
commit c5a7f451ce

View File

@ -4,8 +4,6 @@ local helpers = require('test.functional.helpers')(after_each)
local eq, eval, source = helpers.eq, helpers.eval, helpers.source
local call, clear, command = helpers.call, helpers.clear, helpers.command
if helpers.pending_win32(pending) then return end
describe('getcwd', function()
before_each(clear)