Fix tools.deploy test

db4
Slava Pestov 2008-12-15 03:46:57 -06:00
parent 5cb18d51b3
commit 89255e08c1
1 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
IN: tools.deploy.tests
USING: tools.test system io.files io.files.temp kernel
tools.deploy.config tools.deploy.config.editor
tools.deploy.backend math sequences io.launcher arrays
namespaces continuations layouts accessors io.encodings.ascii
urls math.parser io.directories ;
USING: tools.test system io.pathnames io.files io.files.info
io.files.temp kernel tools.deploy.config
tools.deploy.config.editor tools.deploy.backend math sequences
io.launcher arrays namespaces continuations layouts accessors
io.encodings.ascii urls math.parser io.directories ;
: shake-and-bake ( vocab -- )
[ "test.image" temp-file delete-file ] ignore-errors