io.launcher.unix: simplify use of temp-directory.

locals-and-roots
John Benediktsson 2016-03-18 10:32:49 -07:00
parent 63763caef4
commit 7c2e8d0fad
1 changed files with 3 additions and 4 deletions

View File

@ -95,15 +95,14 @@ IN: io.launcher.unix.tests
] unit-test
{ "hi\n" } [
temp-directory [
[
[ "aloha" delete-file ] ignore-errors
<process>
{ "echo" "hi" } >>command
"aloha" >>stdout
try-process
] with-directory
temp-directory "aloha" append-path
utf8 file-contents
"aloha" utf8 file-contents
] with-temp-directory
] unit-test
[ "append-test" arch-temp-file delete-file ] ignore-errors