about summary refs log tree commit diff
path: root/.guix/cwl-conformance.scm
diff options
context:
space:
mode:
Diffstat (limited to '.guix/cwl-conformance.scm')
-rw-r--r--.guix/cwl-conformance.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/.guix/cwl-conformance.scm b/.guix/cwl-conformance.scm
index aad3b3a..b0eb985 100644
--- a/.guix/cwl-conformance.scm
+++ b/.guix/cwl-conformance.scm
@@ -33,6 +33,8 @@
         (use-modules (guix build utils)
                      (ice-9 match))
 
+        ;; Guix peeks into HOME.
+        (setenv "HOME" (getcwd))
         ;; cwltest writes out output directories to TMPDIR, but does not clean
         ;; up after. So, we set TMPDIR to our own temporary directory that we
         ;; can manage easily. See pending issue on cleaning up temporary output