]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/release/tidy/tidy-tests.factor
io.directories: Add with-resource-directory word and use it.
[factor.git] / extra / mason / release / tidy / tidy-tests.factor
index 01475f026b112e6ad77fb8ef33e8ead55d72a1a4..76d0e0ed196332616aa6d8f0366299abd7639469 100644 (file)
@@ -6,7 +6,7 @@ IN: mason.release.tidy.tests
 ! of the build directory, and they look for a file named
 ! build-support/cleanup there. Use with-directory here to
 ! ensure we use the file from the current source tree instead.
-"resource:" [
+[
     [ f ] [
         macosx target-os [
             "Factor.app" useless-files member?
@@ -18,4 +18,4 @@ IN: mason.release.tidy.tests
             "Factor.app" useless-files member?
         ] with-variable
     ] unit-test
-] with-directory
+] with-resource-directory