tools.deploy: fix tests for windows.

db4
John Benediktsson 2015-08-05 14:04:49 -07:00
parent 4131b44503
commit 7312f3dc66
2 changed files with 7 additions and 6 deletions

View File

@ -18,11 +18,11 @@ delete-staging-images
{ } [ "hello-world" shake-and-bake 550000 small-enough? ] unit-test
{ "Hello world\n" } [
{ { "Hello world" } } [
f open-directory-after-deploy? [
"hello-world" deploy
"hello-world" deploy-path 1array
ascii [ contents ] with-process-reader
ascii [ lines ] with-process-reader
] with-variable
] unit-test

View File

@ -1,7 +1,8 @@
! (c)2010 Joe Groff bsd license
USING: alien.c-types alien.data bootstrap.image
bootstrap.image.private destructors io io.directories
io.encodings.binary io.files locals system kernel ;
! Copyright (C) 2010 Joe Groff
! See http://factorcode.org/license.txt for BSD license.
USING: alien.c-types alien.data bootstrap.image.private
destructors io io.directories io.encodings.binary io.files
kernel locals system ;
IN: tools.deploy.embed
:: embed-image ( image executable -- )