Move io.files.links tests to io.files.links.unix so that they don't get run on Windows
parent
99c6a9f31d
commit
ca8c7540b4
|
@ -1,7 +1,7 @@
|
||||||
USING: io.directories io.files.links tools.test sequences
|
USING: io.directories io.files.links tools.test sequences
|
||||||
io.files.unique tools.files fry math kernel math.parser
|
io.files.unique tools.files fry math kernel math.parser
|
||||||
io.pathnames namespaces ;
|
io.pathnames namespaces ;
|
||||||
IN: io.files.links.tests
|
IN: io.files.links.unix.tests
|
||||||
|
|
||||||
: make-test-links ( n path -- )
|
: make-test-links ( n path -- )
|
||||||
[ '[ [ 1+ ] keep [ number>string _ prepend ] bi@ make-link ] each ]
|
[ '[ [ 1+ ] keep [ number>string _ prepend ] bi@ make-link ] each ]
|
Loading…
Reference in New Issue