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

@@ -5,6 +5,8 @@ local eq, eval, clear, write_file, execute, source =
helpers.eq, helpers.eval, helpers.clear, helpers.write_file,
helpers.execute, helpers.source
if helpers.pending_win32(pending) then return end
describe(':write', function()
after_each(function()
os.remove('test_bkc_file.txt')