From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4569 invoked by alias); 24 Dec 2011 17:37: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: X-Seq: 30056 Received: (qmail 6884 invoked from network); 24 Dec 2011 17:37:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <111224093720.ZM5513@torch.brasslantern.com> Date: Sat, 24 Dec 2011 09:37:20 -0800 In-reply-to: <877h1nwojx.fsf@ft.bewatermyfriend.org> Comments: In reply to Frank Terbeck "Re: $pipestatus broken?" (Dec 23, 11:49am) References: <87borgzkap.fsf@ft.bewatermyfriend.org> <877h24zj69.fsf@ft.bewatermyfriend.org> <111210065833.ZM6198@torch.brasslantern.com> <877h1nwojx.fsf@ft.bewatermyfriend.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: $pipestatus broken? MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 23, 11:49am, Frank Terbeck wrote: } } If that's correct, the following adds a new test, that checks if the } problem happens on a given system (actually, if the problem appears at } least once in 2048 test runs - which has been triggered every time on my } test system so far). I think this test belongs in A05 or A07 rather than A04, but it probably doesn't matter. However, if it's really going to loop for that long, it should either print a warning or call ZTST_hashmark occasionally during the repeat loop. (Every iteration, is probably excessive.)