test: unskip tests on Windows (#18600)

Remove the command('qall!') from mksession_spec.lua because it prevents
helpers.rmdir() from retrying.

Allow extra trailing spaces when matching terminal lines.
This commit is contained in:
zeertzjq
2022-05-18 12:57:04 +08:00
committed by GitHub
parent b70856009d
commit 6e414b698c
8 changed files with 5 additions and 14 deletions

View File

@@ -14,7 +14,6 @@ local has_powershell = helpers.has_powershell
local set_shell_powershell = helpers.set_shell_powershell
describe("shell command :!", function()
if helpers.pending_win32(pending) then return end
local screen
before_each(function()
clear()