about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-04-14 16:31:50 -0700
committerBart Schaefer <schaefer@zsh.org>2022-04-14 16:31:50 -0700
commitd24d7242fecec5a6d9db6f27f7439281dfa17021 (patch)
tree6880a1208316f0e73479282a462f7144fc16d5a6 /Test
parent0ad3b11a133d44343a6474ac40b5354d43d54c5d (diff)
downloadzsh-d24d7242fecec5a6d9db6f27f7439281dfa17021.tar.gz
zsh-d24d7242fecec5a6d9db6f27f7439281dfa17021.tar.xz
zsh-d24d7242fecec5a6d9db6f27f7439281dfa17021.zip
50068: 'exit' in trap causes calling function to return
Diffstat (limited to 'Test')
-rw-r--r--Test/C03traps.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/C03traps.ztst b/Test/C03traps.ztst
index 6f84e5db2..3bd2958cb 100644
--- a/Test/C03traps.ztst
+++ b/Test/C03traps.ztst
@@ -901,7 +901,7 @@ F:Must be tested with a top-level script rather than source or function
  fn trap1 trap2
  echo out2
  '
--f:(workers/44007) function execution continues after 'exit' in trap
+-:(workers/44007) function execution continues after 'exit' in trap
 >out1
 >fn1
 >trap1