From 7c2e8d0fad3a62e69c5cdbb5965dcc7266b9a230 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 18 Mar 2016 10:32:49 -0700 Subject: [PATCH] io.launcher.unix: simplify use of temp-directory. --- basis/io/launcher/unix/unix-tests.factor | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/basis/io/launcher/unix/unix-tests.factor b/basis/io/launcher/unix/unix-tests.factor index da2fb3c5bb..06037151c2 100644 --- a/basis/io/launcher/unix/unix-tests.factor +++ b/basis/io/launcher/unix/unix-tests.factor @@ -95,15 +95,14 @@ IN: io.launcher.unix.tests ] unit-test { "hi\n" } [ - temp-directory [ + [ [ "aloha" delete-file ] ignore-errors { "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