From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19341 invoked by alias); 27 Jun 2015 22:56:05 -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: 35644 Received: (qmail 9741 invoked from network); 27 Jun 2015 22:56:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 Message-ID: <558F29FF.1050605@inlv.org> Date: Sun, 28 Jun 2015 00:55:59 +0200 From: Martijn Dekker User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: zsh-workers@zsh.org Subject: Re: Strange regression in zsh-git with redirecting output of 'readonly' References: <558F2167.5080902@inlv.org> <150627154542.ZM26343@torch.brasslantern.com> In-Reply-To: <150627154542.ZM26343@torch.brasslantern.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Bart Schaefer schreef op 28-06-15 om 00:45: > Do these problems go away if you > > disable -r readonly > > at the start of the test? Yes, they do. - Martijn