Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: E02xtrace test failed
- X-seq: zsh-workers 45601
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: E02xtrace test failed
- Date: Sun, 22 Mar 2020 18:53:05 +0000
- In-reply-to: <CACeGjnUdNJDWLvK2VXn2E6mESEaLU=fYFCwhsvWANOX-AhOa5g@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CACeGjnUdNJDWLvK2VXn2E6mESEaLU=fYFCwhsvWANOX-AhOa5g@mail.gmail.com>
On Sun, 2020-03-22 at 10:12 -0400, Vin Shelton wrote:
> Daniel et al -
>
> With today's build, I'm seeing a failure on the E02xtrace test:
I believe it's simply the status that's wrong --- the status is
indeed 1 if no function matches, which is the correct result.
pws
diff --git a/Test/E02xtrace.ztst b/Test/E02xtrace.ztst
index 8b9cc89a8..25173b2e8 100644
--- a/Test/E02xtrace.ztst
+++ b/Test/E02xtrace.ztst
@@ -203,7 +203,7 @@
-T
function -T -- { echo trace anonymous function }
functions -- -- # no output
-0:define traced function: parse test
+1:define traced function: parse test
?+-T:0> echo trace function literally named -T
>trace function literally named -T
?+(anon):0> echo trace anonymous function
Messages sorted by:
Reverse Date,
Date,
Thread,
Author