Add posix to stdin test beacause the py script fails on windows

This commit is contained in:
Fritz Reichwald 2017-04-12 07:59:40 +02:00
parent b784ddeddd
commit c38dc95c23

View File

@ -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