From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH]: tests: Add opensmtpd-service-type test Date: Sat, 26 Nov 2016 23:21:19 +0100 Message-ID: <87inr9naqo.fsf@gnu.org> References: <161f9ae82e6ff5a8@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAlLa-0007ex-B3 for guix-devel@gnu.org; Sat, 26 Nov 2016 17:21:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAlLW-0003QD-Ko for guix-devel@gnu.org; Sat, 26 Nov 2016 17:21:26 -0500 In-Reply-To: <161f9ae82e6ff5a8@localhost> (iyzsong@openmailbox.org's message of "Sat, 26 Nov 2016 09:52:41 +0000 (UTC)") 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" To: iyzsong@openmailbox.org Cc: guix-devel@gnu.org iyzsong@openmailbox.org skribis: > My first system test patch, TIA for review! > > From 6107b011ee9f0fc445aeceeab38b963c6cf84b3a Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?=3DE5=3DAE=3D8B=3DE6=3D96=3D87=3DE6=3DAD=3DA6?=3D > Date: Sat, 26 Nov 2016 13:51:58 +0800 > Subject: [PATCH] tests: Add 'opensmtpd-service-type' test. > > * gnu/tests/mail.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. I wasn=E2=80=99t able to run it because of missing substitutes for QEMU and= lack of patience ;-), but it looks very good to me! It even seems to be generic and applicable to any MTA, should other MTAs be added in the future. Thank you! Ludo=E2=80=99.