From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=FREEMAIL_FROM, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21248 invoked from network); 7 Jul 2020 19:35:04 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 7 Jul 2020 19:35:04 -0000 Received: (qmail 6695 invoked by alias); 7 Jul 2020 19:34:57 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: Sender: zsh-workers@zsh.org X-Seq: 46209 Received: (qmail 27809 invoked by uid 1010); 7 Jul 2020 19:34:57 -0000 X-Qmail-Scanner-Diagnostics: from mail-ot1-f42.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25863. spamassassin: 3.4.4. Clear:RC:0(209.85.210.42):SA:0(-1.6/5.0):. Processed in 1.589248 secs); 07 Jul 2020 19:34:57 -0000 X-Envelope-From: ethersoft@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.210.42 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zw05uQrwgWpg1R/N4KEs6leL78AEt4tPEGidPnSblyI=; b=rtUiasW/byLnXX+TgS2/qa9bN/kpU/ESeQJ2bo3VzRvVBTotNQkXmc3FKAqCRH9TuH nVJ7buYYqCpL3rFP7asFhqIQtYG6N7Cd+cYnnmzeL+dkg7QAiDl5218307bvsCZbQdXh At3DZlR3YgxkhwS/uHl7YsFqOFzf1S90HtQoYWvitMjf+oQEHlYSaNPpZp9K5rRvEWDs rD+8000vYP1ABMwLv2OSWMKRhSXRQPCISkdwhbqHzoKEkNz1gi7z5dFf4QhW+OF8X2Q7 Szg+LCPui3ZxTNmtlZa7Zhc/6jsYM4z9cY7LTStGfIrP5xdwyOmdlQNak2UeWxgMpjNd 2i/A== X-Gm-Message-State: AOAM533emjPR9qLPLJxzy3jyaQss/bcBEJpv5m2JhQ1klhpCJjh8G0w8 SQYmf89QplVoiJmIO5rmGF0RVK3nGDck6/bqkY7qz4Y8 X-Google-Smtp-Source: ABdhPJx2eCupNyYs6QmU6xk0rj0aq8hL+DG5yaq3aK8V/hT5OHcDRNOsQNge1/HzvLhNP3ORLq0WDfgT84M/dp69CBU= X-Received: by 2002:a9d:24e5:: with SMTP id z92mr50200435ota.255.1594150462141; Tue, 07 Jul 2020 12:34:22 -0700 (PDT) MIME-Version: 1.0 References: <20200707160300.1f33cd0b@tarpaulin.shahaf.local2> In-Reply-To: From: Vin Shelton Date: Tue, 7 Jul 2020 15:33:45 -0400 Message-ID: Subject: Re: Five New Test Failures To: Bart Schaefer Cc: Daniel Shahaf , "Zsh Hackers' List" Content-Type: multipart/alternative; boundary="00000000000003bb0d05a9df147a" --00000000000003bb0d05a9df147a Content-Type: text/plain; charset="UTF-8" No soap on the global prompt: % \ls -ld /etc/z* drwxr-xr-x 2 root root 4096 Mar 31 15:10 /etc/zsh-dist/ I moved global rc files aside when I installed. The diffs indicate a misinterpretation of the quoting of "[". "]" and "?". Is there some kind of locale-specific interpretation of backslash-quoting? - Vin On Tue, Jul 7, 2020 at 12:39 PM Bart Schaefer wrote: > On Tue, Jul 7, 2020 at 9:03 AM Daniel Shahaf > wrote: > > > > Vin Shelton wrote on Tue, 07 Jul 2020 10:14 -0400: > > > Thanks, Bart. That fixes four of the five failures. All except this > one: > > > > > > ../../../src/zsh-2020-07-07/Test/E01options.ztst: starting. > > > This test hangs the shell when it fails... > > > Pattern match failed, line 1: > > > > Well, it's my patch, but I can't reproduce the failure. I'm guessing > > it's the prompt at the start that causes it, but I'm not sure why it'd > > be printed in Vin's setup but not in mine. > > Prompt setting in an /etc/z* file? > > I can't reproduce that one either. > --00000000000003bb0d05a9df147a--