From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12946 invoked from network); 27 Jul 2000 13:04:54 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Jul 2000 13:04:54 -0000 Received: (qmail 12529 invoked by alias); 27 Jul 2000 13:04:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12408 Received: (qmail 12522 invoked from network); 27 Jul 2000 13:04:43 -0000 Date: Thu, 27 Jul 2000 15:04:39 +0200 (MET DST) Message-Id: <200007271304.PAA21755@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Andrej Borsenkow"'s message of Thu, 27 Jul 2000 16:39:14 +0400 Subject: PATCH: Re: Latest CVS - test failure Andrej Borsenkow wrote: > *** /tmp/zsh.ztst.out.9329 Thu Jul 27 16:34:49 2000 > --- /tmp/zsh.ztst.tout.9329 Thu Jul 27 16:34:49 2000 > *************** > *** 1,2 **** > --- 1,4 ---- > line: {tst -}{} > MESSAGE:{arg} > + DESCRIPTION:{option} > + NO:{-x} > Test /tools/src/zsh/Test/55arguments.ztst failed: output differs from expected > as shown above for: > tst_arguments '-x' ':arg:' > comptest $'tst -\t' > Was testing: argument beginning with minus Hrm. When I get my new brain, I'll hopefully be able to re-run `make test' after changing things. This is the thing we changed this morning. Bye Sven Index: Test/55arguments.ztst =================================================================== RCS file: /cvsroot/zsh/zsh/Test/55arguments.ztst,v retrieving revision 1.1 diff -u -r1.1 55arguments.ztst --- Test/55arguments.ztst 2000/07/17 10:36:00 1.1 +++ Test/55arguments.ztst 2000/07/27 13:02:14 @@ -90,6 +90,8 @@ 0:argument beginning with minus >line: {tst -}{} >MESSAGE:{arg} +>DESCRIPTION:{option} +>NO:{-x} tst_arguments '-o::optarg:(oa)' ':arg1:(a1)' comptest $'tst -o\t\t' -- Sven Wischnowsky wischnow@informatik.hu-berlin.de