guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 02/09: tests: misbehaved-client: Rename 'dmd' to 'root'.


From: Alex Kost
Subject: [shepherd] 02/09: tests: misbehaved-client: Rename 'dmd' to 'root'.
Date: Tue, 26 Jan 2016 09:40:25 +0000

alezost pushed a commit to branch master
in repository shepherd.

commit e2fc8e36a9e495532adba0eefd8899812992e100
Author: Alex Kost <address@hidden>
Date:   Mon Jan 25 12:17:12 2016 +0300

    tests: misbehaved-client: Rename 'dmd' to 'root'.
    
    This is a followup to commit cddf6a5aed5c66f91b93a84afa4b5dadde743b13.
    
    * tests/misbehaved-client.sh: Use 'root' service name instead of 'dmd'.
---
 tests/misbehaved-client.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/misbehaved-client.sh b/tests/misbehaved-client.sh
index 4c21cab..fad5f4d 100644
--- a/tests/misbehaved-client.sh
+++ b/tests/misbehaved-client.sh
@@ -69,7 +69,7 @@ $herd status                  # still here?
 
 (let ((sock (open-connection \"$socket\")))
   (setvbuf sock _IOFBF 5000)
-  (write-command (shepherd-command 'status 'dmd) sock)
+  (write-command (shepherd-command 'status 'root) sock)
 
   ;; Close prematurely, right after sending the command.
   (close-port sock))"



reply via email to

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