guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: tests: Fix list of exports in (gnu tests).


From: Ludovic Courtès
Subject: 08/08: tests: Fix list of exports in (gnu tests).
Date: Sun, 19 Jun 2016 22:53:14 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit ca7a68ebeb5039883cd43b6165ba1915b0974a41
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 20 00:21:29 2016 +0200

    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(-)

diff --git a/gnu/tests.scm b/gnu/tests.scm
index 08d8315..7ca80eb 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]