mason.release.tidy: don't need with-resource-directory.

locals-and-roots
John Benediktsson 2016-03-15 03:14:22 -07:00
parent a1ea69ff7b
commit 4f0a72f524
1 changed files with 10 additions and 16 deletions

View File

@ -2,11 +2,6 @@ USING: io.directories mason.config mason.release.tidy namespaces
sequences system tools.test ; sequences system tools.test ;
IN: mason.release.tidy.tests IN: mason.release.tidy.tests
! Normally, these words are run in the factor subdirectory
! 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.
[
[ f ] [ [ f ] [
macosx target-os [ macosx target-os [
"Factor.app" useless-files member? "Factor.app" useless-files member?
@ -18,4 +13,3 @@ IN: mason.release.tidy.tests
"Factor.app" useless-files member? "Factor.app" useless-files member?
] with-variable ] with-variable
] unit-test ] unit-test
] with-resource-directory