aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-04-12 22:48:08 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-04-13 05:04:14 +0800
commitbc19ae4e111fd4c24cf5b585938f19cd59c66f50 (patch)
tree0e528ae65f849bba2ead6c311d756f9b5dd38f5e
parent4bef2f02e8bd8d6daecb757fa2bef26a60998707 (diff)
downloadrneovim-bc19ae4e111fd4c24cf5b585938f19cd59c66f50.tar.gz
rneovim-bc19ae4e111fd4c24cf5b585938f19cd59c66f50.tar.bz2
rneovim-bc19ae4e111fd4c24cf5b585938f19cd59c66f50.zip
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')