factor/basis/io/directories/search/search-tests.factor

11 lines
359 B
Factor
Raw Normal View History

USING: io.directories.search io.files io.files.unique
io.pathnames kernel namespaces sequences sorting tools.test ;
IN: io.directories.search.tests
[ t ] [
[
2009-01-26 21:16:18 -05:00
10 [ "io.paths.test" "gogogo" make-unique-file ] replicate
current-temporary-directory get t [ ] find-all-files
] with-unique-directory drop [ natural-sort ] bi@ =
] unit-test