diff --git a/basis/tools/deploy/test/19/19.factor b/basis/tools/deploy/test/19/19.factor index 6b0a51209f..eafca60f33 100644 --- a/basis/tools/deploy/test/19/19.factor +++ b/basis/tools/deploy/test/19/19.factor @@ -4,6 +4,7 @@ USING: io io.files io.encodings.ascii ; IN: tools.deploy.test.19 : main ( -- ) - "resource:LICENSE.txt" ascii file-contents write ; + ! make sure to test vocab: urls + "vocab:LICENSE.txt" ascii file-contents write ; MAIN: main