From b784ddedddc6503bd79f5e4d376d322386bbb839 Mon Sep 17 00:00:00 2001 From: Fritz Reichwald Date: Wed, 12 Apr 2017 07:40:11 +0200 Subject: [PATCH] Also test stdin close for detached start --- tests/end2end/features/spawn.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/end2end/features/spawn.feature b/tests/end2end/features/spawn.feature index 3d69cdd9a..bea671f32 100644 --- a/tests/end2end/features/spawn.feature +++ b/tests/end2end/features/spawn.feature @@ -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