From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26505 invoked by alias); 26 Dec 2013 23:56:15 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32185 Received: (qmail 118 invoked from network); 26 Dec 2013 23:56:08 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <131226155531.ZM26523@torch.brasslantern.com> Date: Thu, 26 Dec 2013 15:55:31 -0800 In-reply-to: Comments: In reply to "Jun T." "Re: Recent patches, plus tests" (Dec 26, 11:27pm) References: <131225161321.ZM25094@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Recent patches, plus tests MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 26, 11:27pm, Jun T. wrote: } } > +"path=( $ZTST_srcdir:A )" \ } } This causes 'stty 38400 ...' to fail. Aha. Thanks for the patch, I think I'll instead move the path= assignment to later in the setup just to lessen the risk of similar things happening in the future. In fact maybe I should take it out of comptestinit entirely and put it in the individual tests. I waffled about that before committing ...