aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-04-13 05:29:23 +0800
committerGitHub <noreply@github.com>2022-04-13 05:29:23 +0800
commit18152cf6f17fb4fd6dc6194bad33a971fc985b75 (patch)
tree0e528ae65f849bba2ead6c311d756f9b5dd38f5e
parent4bef2f02e8bd8d6daecb757fa2bef26a60998707 (diff)
parentbc19ae4e111fd4c24cf5b585938f19cd59c66f50 (diff)
downloadrneovim-18152cf6f17fb4fd6dc6194bad33a971fc985b75.tar.gz
rneovim-18152cf6f17fb4fd6dc6194bad33a971fc985b75.tar.bz2
rneovim-18152cf6f17fb4fd6dc6194bad33a971fc985b75.zip
Merge pull request #18092 from zeertzjq/test-termxx-no-pending
test: unskip tests skipped in #14661
-rw-r--r--test/functional/autocmd/termxx_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/autocmd/termxx_spec.lua b/test/functional/autocmd/termxx_spec.lua
index bc7a6d6c36..1e8f981437 100644
--- a/test/functional/autocmd/termxx_spec.lua
+++ b/test/functional/autocmd/termxx_spec.lua
@@ -32,7 +32,7 @@ describe('autocmd TermClose', function()
retry(nil, nil, function() eq(23, eval('g:test_termclose')) end)
end)
- pending('kills job trapping SIGTERM', function()
+ it('kills job trapping SIGTERM', function()
if iswin() then return end
nvim('set_option', 'shell', 'sh')
nvim('set_option', 'shellcmdflag', '-c')
@@ -52,7 +52,7 @@ describe('autocmd TermClose', function()
ok(duration <= 4000) -- Epsilon for slow CI
end)
- pending('kills PTY job trapping SIGHUP and SIGTERM', function()
+ it('kills PTY job trapping SIGHUP and SIGTERM', function()
if iswin() then return end
nvim('set_option', 'shell', 'sh')
nvim('set_option', 'shellcmdflag', '-c')