Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh tests are sometimes using wrong zsh
- X-seq: zsh-workers 12052
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Zsh tests are sometimes using wrong zsh
- Date: Fri, 23 Jun 2000 17:16:46 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Tests that are using zpty (notably, completion tests) are using wrong
ZSh binary.
>From Test/comptest:
...
zpty -r zsh log1 "*<PROMPT>*" ||
print "first prompt hasn't appeared."
return 1
...
I.e. the actual zsh in $PATH is started, that is most probably old,
original Zsh (if you do make check before installation). That was
probably the reason for some misterious test failures.
We should either set $builddir/Src as first element in $path or
(better?) pass full new zsh binary path to ztest.zsh.
-andrej
Have a nice DOS!
B >>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author