From ca7a68ebeb5039883cd43b6165ba1915b0974a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 20 Jun 2016 00:21:29 +0200 Subject: tests: Fix list of exports in (gnu tests). * gnu/tests.scm: Export 'marionette-service-type'. --- gnu/tests.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/tests.scm') diff --git a/gnu/tests.scm b/gnu/tests.scm index 08d8315ea0..7ca80ebf0e 100644 --- a/gnu/tests.scm +++ b/gnu/tests.scm @@ -21,7 +21,7 @@ #:use-module (gnu system) #:use-module (gnu services) #:use-module (gnu services shepherd) - #:export (backdoor-service-type + #:export (marionette-service-type marionette-operating-system)) ;;; Commentary: @@ -112,7 +112,7 @@ (define marionette-service-type ;; This is the type of the "marionette" service, allowing a guest system to ;; be manipulated from the host. This marionette REPL is essentially a - ;; universal marionette. + ;; universal backdoor. (service-type (name 'marionette-repl) (extensions (list (service-extension shepherd-root-service-type -- cgit v1.2.3