tools.deploy.test: close stdin

db4
Slava Pestov 2009-05-01 07:05:41 -05:00
parent 92781739c8
commit 38cc644eca
1 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,5 @@ IN: tools.deploy.test
: run-temp-image ( -- ) : run-temp-image ( -- )
vm vm
"-i=" "test.image" temp-file append "-i=" "test.image" temp-file append
2array try-process ; 2array
<process> swap >>command +closed+ >>stdin try-process ;