aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/getcwd_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/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)