diff options
Diffstat (limited to 'gnu/tests/base.scm')
-rw-r--r-- | gnu/tests/base.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index a6278b25d4..479403e5c1 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm @@ -73,8 +73,6 @@ properties of running system to what's declared in OS, an <operating-system>." (with-imported-modules '((gnu build marionette)) #~(begin (use-modules (gnu build marionette) - (srfi srfi-1) - (srfi srfi-26) (srfi srfi-64) (ice-9 match)) @@ -84,7 +82,7 @@ properties of running system to what's declared in OS, an <operating-system>." (mkdir #$output) (chdir #$output) - (test-begin "basic") + (test-begin "mcron") (test-assert "uname" (match (marionette-eval '(uname) marionette) |