Add posix to stdin test beacause the py script fails on windows
This commit is contained in:
parent
b784ddeddd
commit
c38dc95c23
@ -56,10 +56,12 @@ Feature: :spawn
|
|||||||
- about:blank
|
- about:blank
|
||||||
- about:blank (active)
|
- about:blank (active)
|
||||||
|
|
||||||
|
@posix
|
||||||
Scenario: Running :spawn with userscript that expects the stdin getting closed
|
Scenario: Running :spawn with userscript that expects the stdin getting closed
|
||||||
When I run :spawn -u (testdata)/userscripts/stdinclose.py
|
When I run :spawn -u (testdata)/userscripts/stdinclose.py
|
||||||
Then the message "stdin closed" should be shown
|
Then the message "stdin closed" should be shown
|
||||||
|
|
||||||
|
@posix
|
||||||
Scenario: Running :spawn -d with userscript that expects the stdin getting closed
|
Scenario: Running :spawn -d with userscript that expects the stdin getting closed
|
||||||
When I run :spawn -d -u (testdata)/userscripts/stdinclose.py
|
When I run :spawn -d -u (testdata)/userscripts/stdinclose.py
|
||||||
Then the message "stdin closed" should be shown
|
Then the message "stdin closed" should be shown
|
||||||
|
Loading…
Reference in New Issue
Block a user