Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: E02xtrace test failed



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