diff --git a/basis/io/streams/limited/limited-tests.factor b/basis/io/streams/limited/limited-tests.factor index ce405239db..092949c8df 100644 --- a/basis/io/streams/limited/limited-tests.factor +++ b/basis/io/streams/limited/limited-tests.factor @@ -99,9 +99,9 @@ IN: io.streams.limited.tests { t } [ [ - "resource:license.txt" utf8 &dispose + "resource:LICENSE.txt" utf8 &dispose 3 limit-stream unlimit-stream - "resource:license.txt" utf8 &dispose + "resource:LICENSE.txt" utf8 &dispose [ decoder? ] both? ] with-destructors ] unit-test diff --git a/basis/lists/lazy/lazy-tests.factor b/basis/lists/lazy/lazy-tests.factor index fbdbeec24a..5d00701a14 100644 --- a/basis/lists/lazy/lazy-tests.factor +++ b/basis/lists/lazy/lazy-tests.factor @@ -42,12 +42,12 @@ IN: lists.lazy.tests { { 1 2 3 } } [ { 1 2 3 4 5 } >list [ 2 > ] luntil list>array ] unit-test { } [ - "resource:license.txt" utf8 [ + "resource:LICENSE.txt" utf8 [ llines list>array drop ] with-disposal ] unit-test { } [ - "resource:license.txt" utf8 [ + "resource:LICENSE.txt" utf8 [ lcontents list>array drop ] with-disposal ] unit-test diff --git a/basis/tools/deploy/deploy-tests.factor b/basis/tools/deploy/deploy-tests.factor index 5ec6d81b52..4528bce6a6 100644 --- a/basis/tools/deploy/deploy-tests.factor +++ b/basis/tools/deploy/deploy-tests.factor @@ -155,7 +155,7 @@ os macosx? [ test-image temp-file = ] unit-test -{ } [ "resource:license.txt" "license.txt" temp-file copy-file ] 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 diff --git a/basis/tools/deploy/test/19/19.factor b/basis/tools/deploy/test/19/19.factor index 1fc17e38d6..203ba3d867 100644 --- a/basis/tools/deploy/test/19/19.factor +++ b/basis/tools/deploy/test/19/19.factor @@ -4,6 +4,6 @@ USING: io io.files io.encodings.ascii ; IN: tools.deploy.test.19 : main ( -- ) - "vocab:license.txt" ascii file-contents write ; + "vocab:LICENSE.txt" ascii file-contents write ; MAIN: main diff --git a/core/io/files/files-tests.factor b/core/io/files/files-tests.factor index 2308eceeb2..6f6c2a5e50 100644 --- a/core/io/files/files-tests.factor +++ b/core/io/files/files-tests.factor @@ -245,7 +245,7 @@ CONSTANT: pt-array-1 ] must-fail { } [ - "resource:license.txt" binary [ + "resource:LICENSE.txt" binary [ 44 read drop tell-input 44 assert= -44 seek-relative seek-input diff --git a/extra/io/streams/peek/peek-tests.factor b/extra/io/streams/peek/peek-tests.factor index 7f9f9a4e42..d9a2fb6a16 100644 --- a/extra/io/streams/peek/peek-tests.factor +++ b/extra/io/streams/peek/peek-tests.factor @@ -131,7 +131,7 @@ IN: io.streams.peek.tests ! Issue #1317 { "Red" } [ - "resource:license.txt" binary [ + "resource:LICENSE.txt" binary [ input-stream [ ] change peek1 drop 3 read >string @@ -139,7 +139,7 @@ IN: io.streams.peek.tests ] unit-test { "ist" } [ - "resource:license.txt" binary [ + "resource:LICENSE.txt" binary [ input-stream [ ] change peek1 drop 3 read drop