]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.test: use temp directory for deploy image.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Apr 2014 23:21:25 +0000 (16:21 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Apr 2014 23:21:25 +0000 (16:21 -0700)
basis/tools/deploy/test/test.factor

index db016f15c34f925eb6e85d95983749ec882eae70..b3f29c42f552710b67124127cbf524b2532dd45b 100644 (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-resource-directory ;
+    ] with-directory ;
 
 ERROR: image-too-big actual-size max-size ;