aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/startup_spec.lua
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2024-05-31 08:25:40 -0500
committerGregory Anders <greg@gpanders.com>2024-05-31 10:04:01 -0500
commit5493fcd52f2eaab4b6a81c366529e80ca3dec535 (patch)
tree84bacb0358a8368b4dae729a8f47d68b4cbd9f38 /test/functional/core/startup_spec.lua
parent4cff4185647c17b1a397c4c26ff7d8b0738f6396 (diff)
downloadrneovim-5493fcd52f2eaab4b6a81c366529e80ca3dec535.tar.gz
rneovim-5493fcd52f2eaab4b6a81c366529e80ca3dec535.tar.bz2
rneovim-5493fcd52f2eaab4b6a81c366529e80ca3dec535.zip
test: remove checks for failed tests on Windows
Diffstat (limited to 'test/functional/core/startup_spec.lua')
-rw-r--r--test/functional/core/startup_spec.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/functional/core/startup_spec.lua b/test/functional/core/startup_spec.lua
index a53625ab1b..1bb4ce2946 100644
--- a/test/functional/core/startup_spec.lua
+++ b/test/functional/core/startup_spec.lua
@@ -400,9 +400,6 @@ describe('startup', function()
read_file('Xtest_startup_ttyout')
)
end)
- if is_os('win') then
- assert_log('stream write failed. RPC canceled; closing channel', testlog)
- end
end)
it('input from pipe: has("ttyin")==0 has("ttyout")==1', function()
@@ -435,9 +432,6 @@ describe('startup', function()
read_file('Xtest_startup_ttyout')
)
end)
- if is_os('win') then
- assert_log('stream write failed. RPC canceled; closing channel', testlog)
- end
end)
it('input from pipe (implicit) #7679', function()