Move io.files.links tests to io.files.links.unix so that they don't get run on Windows

db4
unknown 2008-12-21 19:04:12 -06:00
parent 99c6a9f31d
commit ca8c7540b4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
USING: io.directories io.files.links tools.test sequences
io.files.unique tools.files fry math kernel math.parser
io.pathnames namespaces ;
IN: io.files.links.tests
IN: io.files.links.unix.tests
: make-test-links ( n path -- )
[ '[ [ 1+ ] keep [ number>string _ prepend ] bi@ make-link ] each ]