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