diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/gexp.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gexp.scm b/tests/gexp.scm index bc75d479b44..fcc269d75a7 100644 --- a/tests/gexp.scm +++ b/tests/gexp.scm | |||
| @@ -282,9 +282,8 @@ | |||
| 282 | port))) | 282 | port))) |
| 283 | 283 | ||
| 284 | (let* ((interned (add-to-store %store "t.scm" #f "sha256" file))) | 284 | (let* ((interned (add-to-store %store "t.scm" #f "sha256" file))) |
| 285 | (module-use! module (resolve-interface '(guix gexp))) | ||
| 286 | (equal? `(this file is ,interned) | 285 | (equal? `(this file is ,interned) |
| 287 | (gexp->sexp* (load* file '())))))) | 286 | (gexp->sexp* (load* file '((guix gexp)))))))) |
| 288 | 287 | ||
| 289 | (test-assertm "local-file, #:select?" | 288 | (test-assertm "local-file, #:select?" |
| 290 | (mlet* %store-monad ((select? -> (lambda (file stat) | 289 | (mlet* %store-monad ((select? -> (lambda (file stat) |
