summaryrefslogtreecommitdiff
path: root/gnu/tests.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/tests.scm')
-rw-r--r--gnu/tests.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/tests.scm b/gnu/tests.scm
index 08d8315ea04..7ca80ebf0ef 100644
--- a/gnu/tests.scm
+++ b/gnu/tests.scm
@@ -21,7 +21,7 @@
21 #:use-module (gnu system) 21 #:use-module (gnu system)
22 #:use-module (gnu services) 22 #:use-module (gnu services)
23 #:use-module (gnu services shepherd) 23 #:use-module (gnu services shepherd)
24 #:export (backdoor-service-type 24 #:export (marionette-service-type
25 marionette-operating-system)) 25 marionette-operating-system))
26 26
27;;; Commentary: 27;;; Commentary:
@@ -112,7 +112,7 @@
112(define marionette-service-type 112(define marionette-service-type
113 ;; This is the type of the "marionette" service, allowing a guest system to 113 ;; This is the type of the "marionette" service, allowing a guest system to
114 ;; be manipulated from the host. This marionette REPL is essentially a 114 ;; be manipulated from the host. This marionette REPL is essentially a
115 ;; universal marionette. 115 ;; universal backdoor.
116 (service-type (name 'marionette-repl) 116 (service-type (name 'marionette-repl)
117 (extensions 117 (extensions
118 (list (service-extension shepherd-root-service-type 118 (list (service-extension shepherd-root-service-type