aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2017-10-19 00:47:46 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-02-19 07:10:43 -0500
commitc5a7f451ce2385c1d687fe2b5fe331c9ebc0d618 (patch)
tree11e0cf7ebae3c9f2e01bccd875d6184c8e9fbebb
parent3c0cc9c2fb3b4982bf39ded27fa3bdd454cb9af0 (diff)
downloadrneovim-c5a7f451ce2385c1d687fe2b5fe331c9ebc0d618.tar.gz
rneovim-c5a7f451ce2385c1d687fe2b5fe331c9ebc0d618.tar.bz2
rneovim-c5a7f451ce2385c1d687fe2b5fe331c9ebc0d618.zip
win: enable legacy/getcwd_spec.lua
-rw-r--r--test/functional/legacy/getcwd_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/legacy/getcwd_spec.lua b/test/functional/legacy/getcwd_spec.lua
index 8fb31ccd22..eae13da528 100644
--- a/test/functional/legacy/getcwd_spec.lua
+++ b/test/functional/legacy/getcwd_spec.lua
@@ -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)