From 39c628d031b89e9048340f6c95b9c3a97c2a0089 Mon Sep 17 00:00:00 2001 From: Rui Abreu Ferreira Date: Mon, 15 Aug 2016 16:42:12 -0700 Subject: Mark some functional tests as pending in Windows --- test/functional/options/autochdir_spec.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/options/autochdir_spec.lua') 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' -- cgit