commit 5493fcd52f2eaab4b6a81c366529e80ca3dec535
parent 4cff4185647c17b1a397c4c26ff7d8b0738f6396
Author: Gregory Anders <greg@gpanders.com>
Date: Fri, 31 May 2024 08:25:40 -0500
test: remove checks for failed tests on Windows
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git 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()