From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: Tests in Cygwin Date: Wed, 06 May 2009 13:42:27 -0700 Message-ID: <7vvdoet13g.fsf@alter.siamese.dyndns.org> References: <83prfbhasp.fsf@kalahari.s2.org> <4A01E64C.7050703@SierraAtlantic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Hannu Koivisto , git@vger.kernel.org, Johannes Sixt To: Don Slutz X-From: git-owner@vger.kernel.org Wed May 06 22:43:32 2009 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 1M1nxX-0007xX-Gh for gcvg-git-2@gmane.org; Wed, 06 May 2009 22:43:19 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761550AbZEFUmg (ORCPT ); Wed, 6 May 2009 16:42:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761528AbZEFUmf (ORCPT ); Wed, 6 May 2009 16:42:35 -0400 Received: from fed1rmmtao102.cox.net ([68.230.241.44]:53391 "EHLO fed1rmmtao102.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759842AbZEFUme (ORCPT ); Wed, 6 May 2009 16:42:34 -0400 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao102.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20090506204234.IRHF20976.fed1rmmtao102.cox.net@fed1rmimpo01.cox.net>; Wed, 6 May 2009 16:42:34 -0400 Received: from localhost ([68.225.240.211]) by fed1rmimpo01.cox.net with bizsmtp id oLiU1b00C4aMwMQ03LiVKC; Wed, 06 May 2009 16:42:34 -0400 X-Authority-Analysis: v=1.0 c=1 a=X5qfkU2QAAAA:8 a=zDJmUZwlLNuI9MvgU5QA:9 a=q20MyIUILVcY_ZnA2KsA:7 a=b9WDudQj-0dUi09r3q_r0FuAjUkA:4 a=APNzIMUK1msA:10 X-CM-Score: 0.00 In-Reply-To: <4A01E64C.7050703@SierraAtlantic.com> (Don Slutz's message of "Wed\, 06 May 2009 15\:34\:36 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Don Slutz writes: > A lot of these failures are do to running as root (member of > Administrators).... Perhaps we can do this to reduce the noise level. --- t/README | 26 +++++++++++++++++++++++--- t/t1004-read-tree-m-u-wf.sh | 2 +- t/t7300-clean.sh | 2 +- t/test-lib.sh | 22 +++++++++++++++------- 4 files changed, 40 insertions(+), 12 deletions(-) diff --git a/t/README b/t/README index d8f6c7d..a532c32 100644 --- a/t/README +++ b/t/README @@ -194,19 +194,28 @@ Test harness library There are a handful helper functions defined in the test harness library for your script to use. - - test_expect_success