Also test stdin close for detached start
This commit is contained in:
parent
590a9b4f78
commit
b784ddeddd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user