From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22420: Zsh test failure Date: Fri, 22 Jan 2016 21:34:39 +0100 Message-ID: <871t992w0w.fsf@gnu.org> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMiQD-0007jC-Cc for bug-guix@gnu.org; Fri, 22 Jan 2016 15:35:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMiQA-0008I4-6W for bug-guix@gnu.org; Fri, 22 Jan 2016 15:35:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMiQA-0008Hg-2q for bug-guix@gnu.org; Fri, 22 Jan 2016 15:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aMiQ9-0007YI-S3 for bug-guix@gnu.org; Fri, 22 Jan 2016 15:35:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160122193344.GB20936@jasmine> (Leo Famulari's message of "Fri, 22 Jan 2016 14:33:44 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Leo Famulari Cc: 22420@debbugs.gnu.org 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.