From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 22 15:38:56 2016 Received: (at 22420) by debbugs.gnu.org; 22 Jan 2016 20:38:56 +0000 Received: from localhost ([127.0.0.1]:58114 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMiTw-0007dZ-NZ for submit@debbugs.gnu.org; Fri, 22 Jan 2016 15:38:56 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:46260) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMiTv-0007dR-Bg for 22420@debbugs.gnu.org; Fri, 22 Jan 2016 15:38:55 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 06F0420E83; Fri, 22 Jan 2016 15:38:52 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Fri, 22 Jan 2016 15:38:53 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=BLZW82BrmE/vXziMrYdYY9cQoDM=; b=k7KGuh 5PXXQwk0fnqxN5NPPCxV2c13ZXFQ+s4T7Qj7Qg/z64tLyopirpWfSrDb6bsb4/39 OPiJtDlSCym/V3gwKl23OoYz/conMXssKj+Z0jhTkDmKELNdy89WVYboGLCm/ZGZ w9HlVu2uVZoFuSQWThCVpJAL+UFMwSq8/3leU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=BLZW82BrmE/vXzi MrYdYY9cQoDM=; b=Igv8RnBZ5PxWv+/GCKBY7AWg55zvnhNDVJtcoWJz6JDm3LJ ZHgZCN/nI0ZGVcf0i1TaFzEhRfykPl1SNo/EG07vK4lWQA3ByUNvxLo46L2AngLw 6+K/pG7dwHu0smUrHpWBahgptsjvphDH7E6UnNxU5ZCf+GK0xks6jJwkatZo= X-Sasl-enc: rld8kadHzIuTFLmtej0NM59nCCCOy3XDY5vM13YYAwwB 1453495132 Received: from localhost (c-68-81-58-201.hsd1.pa.comcast.net [68.81.58.201]) by mail.messagingengine.com (Postfix) with ESMTPA id ACDF76800C0; Fri, 22 Jan 2016 15:38:52 -0500 (EST) Date: Fri, 22 Jan 2016 15:38:54 -0500 From: Leo Famulari To: Ludovic =?iso-8859-1?Q?Court=E8s?= Subject: Re: bug#22420: Zsh test failure Message-ID: <20160122203854.GA27797@jasmine> References: <20160121022120.GA19231@jasmine> <87oacewsqq.fsf@gnu.org> <20160121230523.GA17695@jasmine> <878u3h7j0c.fsf@gnu.org> <20160122163012.GA13174@jasmine> <87r3h933ri.fsf@gnu.org> <20160122193344.GB20936@jasmine> <871t992w0w.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <871t992w0w.fsf@gnu.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22420 Cc: 22420@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Fri, Jan 22, 2016 at 09:34:39PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > I thought that perhaps it was referring to B02typeset.ztst, but I don't > > think there is anything related in that area of the file: > > 540 ( > > 541 setopt glob > > 542 mkdir -p arrayglob > > 543 touch arrayglob/{one,two,three,four,five,six,seven} > > 544 fn() { > > 545 typeset array=(arrayglob/[tf]*) > > Out of curiosity, what file system is this on? Both filesystems are btrfs on LVM. The failing system is also using LUKS. > > Ludo’.