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, 2 insertions, 0 deletions
diff --git a/test/functional/legacy/getcwd_spec.lua b/test/functional/legacy/getcwd_spec.lua
index 3bb9930b74..dcb56eb242 100644
--- a/test/functional/legacy/getcwd_spec.lua
+++ b/test/functional/legacy/getcwd_spec.lua
@@ -4,6 +4,8 @@ local helpers = require('test.functional.helpers')(after_each)
local eq, eval, source = helpers.eq, helpers.eval, helpers.source
local call, clear, execute = helpers.call, helpers.clear, helpers.execute
+if helpers.pending_win32(pending) then return end
+
describe('getcwd', function()
before_each(clear)