win: enable legacy/arglist_spec.lua

This commit is contained in:
Jan Edmund Lazo
2017-10-19 09:51:25 -04:00
parent 18a53b6502
commit 10fbae086a

View File

@@ -4,8 +4,6 @@ local helpers = require('test.functional.helpers')(after_each)
local clear, command, eq = helpers.clear, helpers.command, helpers.eq
local eval, exc_exec, neq = helpers.eval, helpers.exc_exec, helpers.neq
if helpers.pending_win32(pending) then return end
describe('argument list commands', function()
before_each(clear)