]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.test: close stdin
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 1 May 2009 12:05:41 +0000 (07:05 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 1 May 2009 12:05:41 +0000 (07:05 -0500)
basis/tools/deploy/test/test.factor

index eb780e40cc57a10306eb7f6d9883ec1a4e2b8c7a..f997a6eb3a949fc659291257be082eeb7ddc337c 100644 (file)
@@ -16,4 +16,5 @@ IN: tools.deploy.test
 : run-temp-image ( -- )
     vm
     "-i=" "test.image" temp-file append
-    2array try-process ;
\ No newline at end of file
+    2array
+    <process> swap >>command +closed+ >>stdin try-process ;
\ No newline at end of file