From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26163 invoked from network); 7 Feb 2001 18:24:23 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Feb 2001 18:24:23 -0000 Received: (qmail 11012 invoked by alias); 7 Feb 2001 18:24:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13441 Received: (qmail 11000 invoked from network); 7 Feb 2001 18:23:54 -0000 From: "Bart Schaefer" Message-Id: <1010207182348.ZM1637@candle.brasslantern.com> Date: Wed, 7 Feb 2001 18:23:48 +0000 In-Reply-To: <1010207171224.ZM30542@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "Re: 53completion.ztst (Re: zregexparse.ztst fails with latest CVS)" (Feb 7, 5:12pm) References: <000101c090da$a80e3eb0$21c9ca95@mow.siemens.ru> <1010207171224.ZM30542@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Subject: Solved Re: 53completion.ztst (Re: zregexparse.ztst fails with latest CVS) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii It was a module_path thing -- modules from the previous 3.1.9-dev-8 build were being linked in when zle started up, before comptest had a chance to reset the module_path. I changed the version number to something that had never been installed, so that no modules other than zsh/main were loadable until after module_path was changed, and now all the tests pass. I working on a patch to the test scripts to avoid this happening again. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net