From 5a0bc9621da6bab9a41f400850268c68f2619813 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 4 Sep 2017 19:45:25 -0700 Subject: [PATCH] git: use with-test-directory. --- extra/git/git-tests.factor | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/extra/git/git-tests.factor b/extra/git/git-tests.factor index b2c179ebd8..5022df4ba4 100644 --- a/extra/git/git-tests.factor +++ b/extra/git/git-tests.factor @@ -9,11 +9,9 @@ IN: git.tests : with-empty-test-git-repo ( quot -- ) '[ - [ - { "git" "init" } run-process drop - @ - ] cleanup-unique-directory - ] with-temp-directory ; inline + { "git" "init" } run-process drop + @ + ] with-test-directory ; inline : with-zero-byte-file-repo ( quot -- ) '[