Also test stdin close for detached start

This commit is contained in:
Fritz Reichwald 2017-04-12 07:40:11 +02:00
parent 590a9b4f78
commit b784ddeddd

View File

@ -59,3 +59,7 @@ Feature: :spawn
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
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