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 ;