Fix tools.deploy test
parent
5cb18d51b3
commit
89255e08c1
|
@ -1,9 +1,9 @@
|
||||||
IN: tools.deploy.tests
|
IN: tools.deploy.tests
|
||||||
USING: tools.test system io.files io.files.temp kernel
|
USING: tools.test system io.pathnames io.files io.files.info
|
||||||
tools.deploy.config tools.deploy.config.editor
|
io.files.temp kernel tools.deploy.config
|
||||||
tools.deploy.backend math sequences io.launcher arrays
|
tools.deploy.config.editor tools.deploy.backend math sequences
|
||||||
namespaces continuations layouts accessors io.encodings.ascii
|
io.launcher arrays namespaces continuations layouts accessors
|
||||||
urls math.parser io.directories ;
|
io.encodings.ascii urls math.parser io.directories ;
|
||||||
|
|
||||||
: shake-and-bake ( vocab -- )
|
: shake-and-bake ( vocab -- )
|
||||||
[ "test.image" temp-file delete-file ] ignore-errors
|
[ "test.image" temp-file delete-file ] ignore-errors
|
||||||
|
|
Loading…
Reference in New Issue