From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13185 invoked from network); 29 May 2000 18:56:05 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 May 2000 18:56:05 -0000 Received: (qmail 93 invoked by alias); 29 May 2000 18:55:57 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11639 Received: (qmail 86 invoked from network); 29 May 2000 18:55:56 -0000 Sender: acs@rcn.com To: zsh-workers@sunsite.auc.dk Subject: make check failure with latest CVS From: Vin Shelton Organization: EtherSoft, Inc Date: 29 May 2000 15:00:07 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I'm getting the following error from 'make check': /usr/local/src/zsh-2000-05-29/Test/52zregexparse.ztst: all tests successful. *** /tmp/zsh.ztst.out.12028 Mon May 29 14:55:41 2000 --- /tmp/zsh.ztst.tout.12028 Mon May 29 14:55:41 2000 *************** *** 1,2 **** ! line: {tst -}{} ! MESSAGE:{arg} --- 1 ---- ! line: {tst -x }{} Test /usr/local/src/zsh-2000-05-29/Test/53completion.ztst failed: output differs from expected as shown above for: comptesteval 'compdef _tst tst; _tst () { _arguments "-x" ":arg:" }' comptest $'tst -\t' Was testing: _arguments /usr/local/src/zsh-2000-05-29/Test/53completion.ztst: test failed. Here are my configuration options: /usr/local/src/zsh-2000-05-29/configure --prefix=/usr/local/zsh-2000-05-29 --datadir=/usr/local/share --enable-zsh-mem --enable-etcdir=/usr/local/etc --enable-dynamic --disable-nls --disable-locale uname -a reports: Linux zion.rcn.com 2.2.15 #2 SMP Wed May 3 21:09:31 EDT 2000 i686 unknown I'm sorry I don't have time to investigate further right now, but I thought this report might be useful anyhow. Let me know if there's more data I can provide. - vin