guix-devel
[Top][All Lists]
Advanced

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

[PATCH 1/8] tests: misbehaved-client: Rename 'dmd' to 'root'.


From: Alex Kost
Subject: [PATCH 1/8] tests: misbehaved-client: Rename 'dmd' to 'root'.
Date: Mon, 25 Jan 2016 13:50:14 +0300

This is a followup to commit cddf6a5aed5c66f91b93a84afa4b5dadde743b13.

* tests/misbehaved-client.sh: Use 'root' service name instead of 'dmd'.
---
 tests/misbehaved-client.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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))"
-- 
2.6.3




reply via email to

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