Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: If someone wants to try...



In article <200001171250.NAA21712@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
  Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:

> If someone tries it and finds any problems, please tell me...

`make check' succeed but some extra messages are printed.

% make check
cd Test ; gmake check
gmake[1]: Entering directory `/space/akr/zsh/zsh-main-trunc/Test'
for f in ./*.ztst; do \
  ../Src/zsh -f ./ztst.zsh $f; \
done
./01grammar.ztst: all tests successful.
./02alias.ztst: all tests successful.
./03quoting.ztst: all tests successful.
ZTST_test:72: redirection with no command
ZTST_test:72: redirection with no command
ZTST_test:72: redirection with no command
ZTST_test:72: redirection with no command
./04redirect.ztst: all tests successful.
...

These messages `ZTST_test:72: redirection with no command' are
expected error messages but should not be printed on a terminal and
dev-15 doesn't print them.
-- 
Tanaka Akira



Messages sorted by: Reverse Date, Date, Thread, Author