]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/test/test.factor
use ?delete-file instead of [ delete-file ] ignore-errors.
[factor.git] / basis / tools / deploy / test / test.factor
index 3925e06e5c6e45b883292e4513eff7e06397782c..d90ee2caf995bdf820188d4c3624e0662dc5db55 100644 (file)
@@ -11,7 +11,7 @@ IN: tools.deploy.test
     test-image temp-file ;
 
 : shake-and-bake ( vocab -- )
-    [ test-image-path delete-file ] ignore-errors
+    test-image-path ?delete-file
     [
         [ vm-path test-image temp-file ] dip
         dup deploy-config make-deploy-image drop