mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
tests: base: Correct invalid merge.
Fixes a regression introduced by merge commit
7575655212
.
* gnu/tests/base.scm (run-basic-test)[test]: Fix list of 'use-modules'
and 'test-begin' call.
This commit is contained in:
parent
359aba76b6
commit
716753cb97
1 changed files with 3 additions and 1 deletions
|
@ -73,6 +73,8 @@ (define test
|
|||
(with-imported-modules '((gnu build marionette))
|
||||
#~(begin
|
||||
(use-modules (gnu build marionette)
|
||||
(srfi srfi-1)
|
||||
(srfi srfi-26)
|
||||
(srfi srfi-64)
|
||||
(ice-9 match))
|
||||
|
||||
|
@ -82,7 +84,7 @@ (define marionette
|
|||
(mkdir #$output)
|
||||
(chdir #$output)
|
||||
|
||||
(test-begin "mcron")
|
||||
(test-begin "basic")
|
||||
|
||||
(test-assert "uname"
|
||||
(match (marionette-eval '(uname) marionette)
|
||||
|
|
Loading…
Reference in a new issue