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
1 changed files with 1 additions and 1 deletions

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))))