From 830c72198ca72529a8faad4b6fd7e1c807da6c48 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 22 Apr 2014 20:44:04 -0700 Subject: [PATCH] Revert "tools.deploy.test: use temp directory for deploy image." This reverts commit 233b8e1ba611888ff9b86ddba3152c4fd352504d. --- 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 b3f29c42f5..db016f15c3 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-directory ; + ] with-resource-directory ; ERROR: image-too-big actual-size max-size ;