Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Solved Re: 53completion.ztst (Re: zregexparse.ztst fails with latest CVS)
- X-seq: zsh-workers 13441
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxx>
- Subject: Solved Re: 53completion.ztst (Re: zregexparse.ztst fails with latest CVS)
- Date: Wed, 7 Feb 2001 18:23:48 +0000
- In-reply-to: <1010207171224.ZM30542@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <000101c090da$a80e3eb0$21c9ca95@xxxxxxxxxxxxxx> <1010207171224.ZM30542@xxxxxxxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author