aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options/autochdir_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/options/autochdir_spec.lua')
-rw-r--r--test/functional/options/autochdir_spec.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/options/autochdir_spec.lua b/test/functional/options/autochdir_spec.lua
index 0e293761ad..209531515c 100644
--- a/test/functional/options/autochdir_spec.lua
+++ b/test/functional/options/autochdir_spec.lua
@@ -3,6 +3,8 @@ local clear = helpers.clear
local eq = helpers.eq
local getcwd = helpers.funcs.getcwd
+if helpers.pending_win32(pending) then return end
+
describe("'autochdir'", function()
it('given on the shell gets processed properly', function()
local targetdir = 'test/functional/fixtures'