From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23953 invoked by alias); 26 Dec 2013 15:07:54 -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: 32184 Received: (qmail 15061 invoked from network); 26 Dec 2013 15:07:49 -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 X-Biglobe-Sender: Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: Recent patches, plus tests From: "Jun T." In-Reply-To: <131225161321.ZM25094@torch.brasslantern.com> Date: Thu, 26 Dec 2013 23:27:35 +0900 Content-Transfer-Encoding: quoted-printable Message-Id: References: <131225161321.ZM25094@torch.brasslantern.com> To: zsh-workers@zsh.org X-Mailer: Apple Mail (2.1827) 2013/12/26 09:13, Bart Schaefer writes=EF=BC=9A= > --- a/Test/comptest > +++ b/Test/comptest > @@ -30,6 +30,7 @@ comptestinit () { > "export LC_ALL=3DC" \ > "emulate -R zsh" \ > "export ZDOTDIR=3D$ZTST_testdir" \ > +"path=3D( $ZTST_srcdir:A )" \ This causes 'stty 38400 ...' to fail. diff --git a/Test/comptest b/Test/comptest index 4fd9b27..a34dc42 100644 --- a/Test/comptest +++ b/Test/comptest @@ -30,12 +30,12 @@ comptestinit () { "export LC_ALL=3DC" \ "emulate -R zsh" \ "export ZDOTDIR=3D$ZTST_testdir" \ +"stty 38400 columns 80 rows 24" \ "path=3D( $ZTST_srcdir:A )" \ "module_path=3D( $module_path )" \ "fpath=3D( $fpath )" \ "bindkey -$comptest_keymap" \ 'LISTMAX=3D10000000 -stty 38400 columns 80 rows 24 TERM=3Dvt100 setopt zle autoload -U compinit