about summary refs log tree commit diff
path: root/Test/E02xtrace.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2020-03-22 18:56:06 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2020-03-22 18:56:06 +0000
commit508b47c750ea4709e38ccad73a41e17ff4efe770 (patch)
tree00bab9352547ae49c5ebd1391cbd76395fda86da /Test/E02xtrace.ztst
parent2b1e5a3d22ed4b66af3926e2034e2e8f16acc830 (diff)
downloadzsh-508b47c750ea4709e38ccad73a41e17ff4efe770.tar.gz
zsh-508b47c750ea4709e38ccad73a41e17ff4efe770.tar.xz
zsh-508b47c750ea4709e38ccad73a41e17ff4efe770.zip
45601: Fix status in new functions -T test
Diffstat (limited to 'Test/E02xtrace.ztst')
-rw-r--r--Test/E02xtrace.ztst2
1 files changed, 1 insertions, 1 deletions
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