aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/job_spec.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-03-13 04:15:24 +0100
committerGitHub <noreply@github.com>2023-03-13 11:15:24 +0800
commitb466e1d289180fad212a93b173034787fd6be9a8 (patch)
treebec6d63237106119b38e9f986990ce21a66cd3cc /test/functional/core/job_spec.lua
parent2daf0b37dbfe54a4510c1033531dbaefd168c387 (diff)
downloadrneovim-b466e1d289180fad212a93b173034787fd6be9a8.tar.gz
rneovim-b466e1d289180fad212a93b173034787fd6be9a8.tar.bz2
rneovim-b466e1d289180fad212a93b173034787fd6be9a8.zip
test: unskip working Windows tests (#22537)
Some tests that were previously not working have started to work again for unspecified reasons, so let's enable them.
Diffstat (limited to 'test/functional/core/job_spec.lua')
-rw-r--r--test/functional/core/job_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/core/job_spec.lua b/test/functional/core/job_spec.lua
index 1bae626b98..613dff577a 100644
--- a/test/functional/core/job_spec.lua
+++ b/test/functional/core/job_spec.lua
@@ -88,7 +88,6 @@ describe('jobs', function()
end)
it('append environment with pty #env', function()
- skip(is_os('win'))
nvim('command', "let $VAR = 'abc'")
nvim('command', "let $TOTO = 'goodbye world'")
nvim('command', "let g:job_opts.pty = v:true")
@@ -806,7 +805,6 @@ describe('jobs', function()
end)
it('can be called recursively', function()
- skip(is_os('win'), "TODO: Need `cat`")
source([[
let g:opts = {}
let g:counter = 0