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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -153,7 +153,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define %test-dir
 | 
					(define %test-dir
 | 
				
			||||||
  ;; An output directory under $top_builddir.
 | 
					  ;; 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))))
 | 
					                 "/test-nar-" (number->string (getpid))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue