From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 1/8] tests: misbehaved-client: Rename 'dmd' to 'root'. Date: Mon, 25 Jan 2016 13:50:14 +0300 Message-ID: <1453719021-13836-2-git-send-email-alezost@gmail.com> References: <1453719021-13836-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNejr-0006aR-21 for guix-devel@gnu.org; Mon, 25 Jan 2016 05:51:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNejo-0006wc-7u for guix-devel@gnu.org; Mon, 25 Jan 2016 05:51:14 -0500 Received: from mail-lf0-x242.google.com ([2a00:1450:4010:c07::242]:33904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNejn-0006wS-W2 for guix-devel@gnu.org; Mon, 25 Jan 2016 05:51:12 -0500 Received: by mail-lf0-x242.google.com with SMTP id n70so7685362lfn.1 for ; Mon, 25 Jan 2016 02:51:11 -0800 (PST) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id p138sm2595299lfb.22.2016.01.25.02.51.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 25 Jan 2016 02:51:10 -0800 (PST) In-Reply-To: <1453719021-13836-1-git-send-email-alezost@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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