Revert "tools.deploy.test: use temp directory for deploy image."

This reverts commit 233b8e1ba611888ff9b86ddba3152c4fd352504d.
db4
John Benediktsson 2014-04-22 20:44:04 -07:00
parent 2ed87ace0f
commit 830c72198c
1 changed files with 2 additions and 2 deletions
basis/tools/deploy/test

View File

@ -9,10 +9,10 @@ IN: tools.deploy.test
: shake-and-bake ( vocab -- )
[ test-image temp-file delete-file ] ignore-errors
temp-directory [
[
[ vm test-image temp-file ] dip
dup deploy-config make-deploy-image drop
] with-directory ;
] with-resource-directory ;
ERROR: image-too-big actual-size max-size ;