Mark some functional tests as pending in Windows

This commit is contained in:
Rui Abreu Ferreira
2016-08-15 16:42:12 -07:00
committed by Rui Abreu Ferreira
parent 0089ef6b65
commit 39c628d031
57 changed files with 119 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ local helpers = require('test.functional.helpers')(after_each)
local feed = helpers.feed
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
if helpers.pending_win32(pending) then return end
describe('fixeol', function()
local function rmtestfiles()
os.remove('test.out')