From owner-svn-src-head@FreeBSD.ORG Sat Jan 17 11:28:20 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AFBC1065673; Sat, 17 Jan 2009 11:28:20 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 49E3E8FC16; Sat, 17 Jan 2009 11:28:19 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id BD52B9CB07F; Sat, 17 Jan 2009 12:27:56 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2upusQmet2j0; Sat, 17 Jan 2009 12:27:45 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 063579CB08D; Sat, 17 Jan 2009 12:27:45 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id n0HBRil0061928; Sat, 17 Jan 2009 12:27:44 +0100 (CET) (envelope-from rdivacky) Date: Sat, 17 Jan 2009 12:27:44 +0100 From: Roman Divacky To: Stanislav Sedov Message-ID: <20090117112744.GA60849@freebsd.org> References: <200901161547.n0GFlZ4C012008@svn.freebsd.org> <20090117142021.92d5a40b.stas@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090117142021.92d5a40b.stas@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Ed Schouten Subject: Re: svn commit: r187332 - head/tools/regression/usr.bin/jot X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 11:28:21 -0000 On Sat, Jan 17, 2009 at 02:20:21PM +0300, Stanislav Sedov wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Fri, 16 Jan 2009 15:47:35 +0000 (UTC) > Ed Schouten mentioned: > > > Author: ed > > Date: Fri Jan 16 15:47:35 2009 > > New Revision: 187332 > > URL: http://svn.freebsd.org/changeset/base/187332 > > > > Log: > > Allow jot(1) regression tests to be checked out on Windows filesystems. > > > > The jot(1) regression tests directory contained two tests named `wx' and > > `wX', which doesn't work on case insensitive filesystems. Rename `wX' to > > `wX1'. > > > > MFC after: 1 month > > > > Was this discussed somewhere? I don't understand why we should restrict our > filesystem naming because of limitation of auxilary filesystems. There're > even more restrictive filesystems available, we couldn't support them all. > While previous modifications looked harmless this one seems questionable to me. > > I understand, this is a bikesched, but I really don't see a reason. You can't > build FreeBSD on windows anyway. otoh I can easily imagine that someone wants to read the code on a windows machine...