From 99b4f25b990b8afe688bd8d7e5cf6dee209e1d31 Mon Sep 17 00:00:00 2001 From: ZyX Date: Thu, 23 Mar 2017 21:04:45 +0300 Subject: functests: Do not run termopen test on Windows --- test/functional/core/main_spec.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional') diff --git a/test/functional/core/main_spec.lua b/test/functional/core/main_spec.lua index 80838d1e9c..2c4d110f0f 100644 --- a/test/functional/core/main_spec.lua +++ b/test/functional/core/main_spec.lua @@ -59,6 +59,7 @@ describe('Command-line option', function() eq(#('100500\n'), attrs.size) end) it('does not crash after reading from stdin in non-headless mode', function() + if helpers.pending_win32(pending) then return end local screen = Screen.new(40, 8) screen:attach() funcs.termopen({ -- cgit