From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6374 invoked from network); 22 Jun 2000 17:16:00 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Jun 2000 17:16:00 -0000 Received: (qmail 611 invoked by alias); 22 Jun 2000 17:15:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12038 Received: (qmail 602 invoked from network); 22 Jun 2000 17:15:35 -0000 From: "Bart Schaefer" Message-Id: <1000622171517.ZM5108@candle.brasslantern.com> Date: Thu, 22 Jun 2000 17:15:17 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: PATCH: comptest must pass -u to compinit MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii If compinit decides to prompt during "make check", the tests hang forever (because the prompt is appearing on the slave side of zpty). Index: Test/comptest =================================================================== @@ -30,7 +31,7 @@ stty columns 80 rows 24 bindkey -e autoload -U compinit -compinit $dump +compinit -u $dump zstyle ":completion:*:default" list-colors "no=" "fi=" "di=" "ln=" "pi=" "so=" "bd=" "cd=" "ex=" "mi=" "tc=" "sp=" "lc=" "ec=\n" "rc=" zstyle ":completion:*" group-name "" zstyle ":completion:*:messages" format "%d -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net