From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH 2/3] t3404: use configured shell instead of /bin/sh Date: Sat, 23 Feb 2008 13:56:38 -0800 Message-ID: <7vmypr1gmh.fsf@gitster.siamese.dyndns.org> References: <20080220235944.GA6278@coredump.intra.peff.net> <200802232113.40100.johannes.sixt@telecom.at> <7v63wf2yzt.fsf@gitster.siamese.dyndns.org> <200802232209.41428.johannes.sixt@telecom.at> <20080223211536.GA13280@coredump.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Johannes Sixt , git@vger.kernel.org, Whit Armstrong To: Jeff King X-From: git-owner@vger.kernel.org Sat Feb 23 22:57:30 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1JT2N6-0004IC-RM for gcvg-git-2@gmane.org; Sat, 23 Feb 2008 22:57:29 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751233AbYBWV4w (ORCPT ); Sat, 23 Feb 2008 16:56:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751448AbYBWV4w (ORCPT ); Sat, 23 Feb 2008 16:56:52 -0500 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:55214 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750941AbYBWV4v (ORCPT ); Sat, 23 Feb 2008 16:56:51 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 4E4FF1257; Sat, 23 Feb 2008 16:56:50 -0500 (EST) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 90F6C1256; Sat, 23 Feb 2008 16:56:45 -0500 (EST) In-Reply-To: <20080223211536.GA13280@coredump.intra.peff.net> (Jeff King's message of "Sat, 23 Feb 2008 16:15:36 -0500") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jeff King writes: > Well, the trap I wanted to avoid is that "/bin/sh" specifically is > broken. But yes, I think losing the ability to run the tests from the > commandline is bad. We never had it. "make t3404-rebase-interactive" is the way to do so.