io.files tests: minor fix

db4
Eduardo Cavazos 2008-03-02 00:33:37 -06:00
parent 52d52fa314
commit 12d254f629
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ USING: tools.test io.files io threads kernel continuations ;
[ ] [
"copy-tree-test" temp-file
"copy-destination" temp-file copy-tree-to
"copy-destination" temp-file copy-tree-into
] unit-test
[ "Foobar" ] [
@ -109,7 +109,7 @@ USING: tools.test io.files io threads kernel continuations ;
] unit-test
[ ] [
"copy-destination/copy-tree-test/a/b/c/d" temp-file "" temp-file copy-file-to
"copy-destination/copy-tree-test/a/b/c/d" temp-file "" temp-file copy-file-into
] unit-test
[ "Foobar" ] [