From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10742 invoked from network); 19 Jun 2000 12:15:18 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Jun 2000 12:15:18 -0000 Received: (qmail 13318 invoked by alias); 19 Jun 2000 12:14:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11982 Received: (qmail 13310 invoked from network); 19 Jun 2000 12:14:53 -0000 Date: Mon, 19 Jun 2000 14:14:50 +0200 (MET DST) Message-Id: <200006191214.OAA30307@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Andrej Borsenkow"'s message of Mon, 19 Jun 2000 15:08:43 +0400 Subject: PATCH: Re: more test failures Andrej Borsenkow wrote: > With zsh-3.1.9-dev-1 after installing zsh and running make check in new > shell: > > ... > /tools/src/zsh/Test/52zregexparse.ztst: all tests successful. > ... > - DI:{dir1} > - DI:{dir2} > - FI:{file1} > - FI:{file2} > ... > - NO:{NOListambiguous} > - NO:{NOListbeep} > - NO:{NOListpacked} > - NO:{NOListrowsfirst} > - NO:{NOListtypes} > ... Uff ;-) I had tested the new bBeE things, even added tests for them... It was only the change to list-colors, comptest was setting ZLS_COLORS directly. Naughty comptest. Bye Sven Index: Test/comptest =================================================================== RCS file: /cvsroot/zsh/zsh/Test/comptest,v retrieving revision 1.5 diff -u -r1.5 comptest --- Test/comptest 2000/06/05 23:06:52 1.5 +++ Test/comptest 2000/06/19 12:14:38 @@ -26,19 +26,19 @@ comptesteval \ "module_path=( $module_path )" \ "fpath=( $fpath )" \ -"ZLS_COLORS='no=:fi=:di=:ln=:pi=:so=:bd=:cd=:ex=:mi=:tc=:sp=:lc=:ec=\\n:rc='" \ 'LISTMAX=10000000 stty columns 80 rows 24 bindkey -e autoload -U compinit compinit $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 +zstyle ":completion:*:messages" format "%d " -zstyle ":completion*:descriptions" format "%d +zstyle ":completion:*:descriptions" format "%d " -zstyle ":completion*:options" verbose yes -zstyle ":completion*:values" verbose yes +zstyle ":completion:*:options" verbose yes +zstyle ":completion:*:values" verbose yes setopt noalwayslastprompt listrowsfirst completeinword zmodload zsh/complist expand-or-complete-with-report () { -- Sven Wischnowsky wischnow@informatik.hu-berlin.de