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:
parent
ccbce84809
commit
410e38f814
@ -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))))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user