From a7b54e7895eb803b914d9dc667b092a278219e2d Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 22 Apr 2014 16:21:25 -0700 Subject: [PATCH] tools.deploy.test: use temp directory for deploy image. --- basis/tools/deploy/test/test.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/tools/deploy/test/test.factor b/basis/tools/deploy/test/test.factor index db016f15c3..b3f29c42f5 100644 --- a/basis/tools/deploy/test/test.factor +++ b/basis/tools/deploy/test/test.factor @@ -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-resource-directory ; + ] with-directory ; ERROR: image-too-big actual-size max-size ;