From 6e414b698cbcc4f1e42564febad030d1a0a52230 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 18 May 2022 12:57:04 +0800 Subject: 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. --- test/functional/terminal/highlight_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/terminal/highlight_spec.lua') diff --git a/test/functional/terminal/highlight_spec.lua b/test/functional/terminal/highlight_spec.lua index 32c911a5e8..2a63971d48 100644 --- a/test/functional/terminal/highlight_spec.lua +++ b/test/functional/terminal/highlight_spec.lua @@ -117,7 +117,6 @@ describe(':terminal highlight', function() end) it(':terminal highlight has lower precedence than editor #9964', function() - if helpers.pending_win32(pending) then return end clear() local screen = Screen.new(30, 4) screen:set_default_attr_ids({ -- cgit