1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

tests: Fix out-of-source builds.

* tests/nar.scm (%test-dir): Compute relative to `pre-inst-env', which
  is in $top_builddir.
This commit is contained in:
Ludovic Courtès
2013-05-11 15:43:33 +02:00
parent ccbce84809
commit 410e38f814

View File

@@ -153,7 +153,7 @@
(define %test-dir
;; An output directory under $top_builddir.
(string-append (dirname (search-path %load-path "configure"))
(string-append (dirname (search-path %load-path "pre-inst-env"))
"/test-nar-" (number->string (getpid))))