From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] coreutils: fix test suite Date: Fri, 07 Mar 2014 09:50:17 +0100 Message-ID: <87d2hye6k6.fsf@gnu.org> References: <87y50ouvgk.fsf@gnu.org> <1394149795-30135-1-git-send-email-tipecaml@gmail.com> 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]:45015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLqU4-00081W-Q4 for guix-devel@gnu.org; Fri, 07 Mar 2014 03:50:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLqTy-0008U1-Mq for guix-devel@gnu.org; Fri, 07 Mar 2014 03:50:24 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:51564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLqTy-0008Tq-GD for guix-devel@gnu.org; Fri, 07 Mar 2014 03:50:18 -0500 In-Reply-To: <1394149795-30135-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Fri, 7 Mar 2014 00:49:55 +0100") 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: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/patches/coreutils-skip-nohup.patch: patch taken from the g= it > repository of coreutils, that makes sure tests/misc/nohup.sh does not f= ail > when /dev/tty does not exist. > * gnu/packages/base.scm (coreutils): use it. > * gnu-system.am (dist_patch_DATA): add it. Excellent, please push to core-updates. Thank you! Ludo=E2=80=99.