From ae1ba2b2fbee9c22e6791218203ff64bebe6b4f5 Mon Sep 17 00:00:00 2001 From: Rui Abreu Ferreira Date: Wed, 31 Aug 2016 13:18:18 +0100 Subject: test: Windows: Re-enable shada functional tests One of the tests remains disabled until we figure out the expected behaviour of mkdir() on Windows when `prot` is passed. --- test/functional/shada/marks_spec.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/functional/shada/marks_spec.lua') diff --git a/test/functional/shada/marks_spec.lua b/test/functional/shada/marks_spec.lua index 36d2c665d7..fa760ceb5b 100644 --- a/test/functional/shada/marks_spec.lua +++ b/test/functional/shada/marks_spec.lua @@ -14,8 +14,6 @@ local nvim_current_line = function() return curwinmeths.get_cursor()[1] end -if helpers.pending_win32(pending) then return end - describe('ShaDa support code', function() local testfilename = 'Xtestfile-functional-shada-marks' local testfilename_2 = 'Xtestfile-functional-shada-marks-2' -- cgit