tools.deploy.tests: changes name of the test file to local-license.txt so it is more unique

locals-and-roots
Björn Lindqvist 2016-04-28 17:27:38 +02:00
parent 2ab41d0944
commit 6f440404c3
3 changed files with 8 additions and 7 deletions

View File

@ -158,9 +158,10 @@ os macosx? [
test-image-path =
] unit-test
{ } [ "resource:LICENSE.txt" "license.txt" temp-file copy-file ] unit-test
{ } [ "tools.deploy.test.19" shake-and-bake run-temp-image ] unit-test
{ } [
"resource:LICENSE.txt" "local-license.txt" temp-file copy-file
"tools.deploy.test.19" shake-and-bake run-temp-image
] unit-test
{ } [ "tools.deploy.test.20" shake-and-bake ] unit-test

View File

@ -4,8 +4,8 @@ USING: io io.files io.encodings.ascii ;
IN: tools.deploy.test.19
: main ( -- )
! make sure to test vocab: paths
! this particular license.txt is a copy in this subdir
"vocab:license.txt" ascii file-contents write ;
! make sure to test vocab: paths. This file is a copy of Factors
! LICENSE.txt.
"vocab:local-license.txt" ascii file-contents write ;
MAIN: main

View File

@ -1 +1 @@
license.txt
local-license.txt