tools.deploy.windows: use temp directory.

db4
John Benediktsson 2012-06-18 12:34:34 -07:00
parent ba079d2217
commit a3829530aa
1 changed files with 1 additions and 1 deletions
basis/tools/deploy/windows

View File

@ -2,6 +2,6 @@ IN: tools.deploy.windows.tests
USING: tools.deploy.windows tools.test sequences ;
[ t ] [
"foo" "resource:temp/test-copy-files" create-exe-dir
"foo" "test-copy-files" temp-file create-exe-dir
".exe" tail?
] unit-test