aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2024-06-12 19:31:15 -0500
committerGitHub <noreply@github.com>2024-06-12 19:31:15 -0500
commit6311a7fe4b416c23a336c1392a44cf3192ebde36 (patch)
treebcfb2a4d0f88ec56379f656831c8195ea3278d47 /test/functional/core
parent53afdf360cf195c02c22865f4e63b273d1ef152e (diff)
parent5493fcd52f2eaab4b6a81c366529e80ca3dec535 (diff)
downloadrneovim-6311a7fe4b416c23a336c1392a44cf3192ebde36.tar.gz
rneovim-6311a7fe4b416c23a336c1392a44cf3192ebde36.tar.bz2
rneovim-6311a7fe4b416c23a336c1392a44cf3192ebde36.zip
Merge pull request #29103 from gpanders/test-no-tgc
test: do not set termguicolors in test runner
Diffstat (limited to 'test/functional/core')
-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()