From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13916 invoked from network); 18 Jan 2000 22:49:48 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 Jan 2000 22:49:48 -0000 Received: (qmail 29111 invoked by alias); 18 Jan 2000 22:49:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9358 Received: (qmail 29103 invoked from network); 18 Jan 2000 22:49:40 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: If someone wants to try... References: <200001171250.NAA21712@beta.informatik.hu-berlin.de> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 19 Jan 2000 07:49:37 +0900 In-Reply-To: Sven Wischnowsky's message of "Mon, 17 Jan 2000 13:50:03 +0100 (MET)" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <200001171250.NAA21712@beta.informatik.hu-berlin.de>, Sven Wischnowsky 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