tools.deploy.test.19: case sensitive on linux.
parent
32b29f7079
commit
63763caef4
|
@ -4,7 +4,8 @@ USING: io io.files io.encodings.ascii ;
|
|||
IN: tools.deploy.test.19
|
||||
|
||||
: main ( -- )
|
||||
! make sure to test vocab: urls
|
||||
"vocab:LICENSE.txt" ascii file-contents write ;
|
||||
! make sure to test vocab: paths
|
||||
! this particular license.txt is a copy in this subdir
|
||||
"vocab:license.txt" ascii file-contents write ;
|
||||
|
||||
MAIN: main
|
||||
|
|
Loading…
Reference in New Issue