From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 22 15:34:53 2016 Received: (at 22420) by debbugs.gnu.org; 22 Jan 2016 20:34:53 +0000 Received: from localhost ([127.0.0.1]:58110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMiQ1-0007Xq-7O for submit@debbugs.gnu.org; Fri, 22 Jan 2016 15:34:53 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39525) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMiPz-0007Xd-9v for 22420@debbugs.gnu.org; Fri, 22 Jan 2016 15:34:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMiPq-0008AG-Sa for 22420@debbugs.gnu.org; Fri, 22 Jan 2016 15:34:45 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMiPq-0008AB-P3; Fri, 22 Jan 2016 15:34:42 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:49598 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aMiPq-0002Cs-7G; Fri, 22 Jan 2016 15:34:42 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Leo Famulari Subject: Re: bug#22420: Zsh test failure 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> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 3 =?utf-8?Q?Pluvi=C3=B4se?= an 224 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x3D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Fri, 22 Jan 2016 21:34:39 +0100 In-Reply-To: <20160122193344.GB20936@jasmine> (Leo Famulari's message of "Fri, 22 Jan 2016 14:33:44 -0500") Message-ID: <871t992w0w.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) 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=3D(arrayglob/[tf]*) Out of curiosity, what file system is this on? Ludo=E2=80=99.