Skip to content
Snippets Groups Projects
Commit 410e38f8 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

tests: Fix out-of-source builds.

* tests/nar.scm (%test-dir): Compute relative to `pre-inst-env', which
  is in $top_builddir.
parent ccbce848
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ (define (rm-rf dir)
(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))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment