From a3829530aadf1bdb86139a480c00a98981b891ef Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 18 Jun 2012 12:34:34 -0700 Subject: [PATCH] tools.deploy.windows: use temp directory. --- basis/tools/deploy/windows/windows-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/deploy/windows/windows-tests.factor b/basis/tools/deploy/windows/windows-tests.factor index cfc9f6af90..00c9a493ae 100644 --- a/basis/tools/deploy/windows/windows-tests.factor +++ b/basis/tools/deploy/windows/windows-tests.factor @@ -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