From c38dc95c23235a464051a06287bcf95d9f17971d Mon Sep 17 00:00:00 2001 From: Fritz Reichwald Date: Wed, 12 Apr 2017 07:59:40 +0200 Subject: [PATCH] Add posix to stdin test beacause the py script fails on windows --- tests/end2end/features/spawn.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/end2end/features/spawn.feature b/tests/end2end/features/spawn.feature index bea671f32..dc0485391 100644 --- a/tests/end2end/features/spawn.feature +++ b/tests/end2end/features/spawn.feature @@ -56,10 +56,12 @@ Feature: :spawn - about:blank - about:blank (active) + @posix Scenario: Running :spawn with userscript that expects the stdin getting closed When I run :spawn -u (testdata)/userscripts/stdinclose.py Then the message "stdin closed" should be shown - + + @posix Scenario: Running :spawn -d with userscript that expects the stdin getting closed When I run :spawn -d -u (testdata)/userscripts/stdinclose.py Then the message "stdin closed" should be shown