From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3461 invoked by alias); 27 May 2015 19:33: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: 35304 Received: (qmail 2234 invoked from network); 27 May 2015 19:33:54 -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 autolearn=ham autolearn_force=no version=3.4.0 Message-ID: <55661C20.6070209@inlv.org> Date: Wed, 27 May 2015 21:33:52 +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: zsh-5.0.7-dev-4 References: <20150527200631.3bd81ea2@ntlworld.com> In-Reply-To: <20150527200631.3bd81ea2@ntlworld.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Peter Stephenson schreef op 27-05-15 om 21:06: > You can get another test release of 5.0.8 from > > http://www.zsh.org/pub/development > > I'm hoping I can release this within a couple of days. Unfortunately, it has the 'test' bug I posted about just now. $ Src/zsh % test -n '(' test: too many arguments % [ -n ')' ] [: too many arguments % - M.