summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-04-17 19:19:05 -0700
committerBart Schaefer <schaefer@zsh.org>2022-04-17 19:19:05 -0700
commitaf634c3acdb81c49804abec51a2312dc20654de8 (patch)
tree80350201bb3a1e0c12e01e1926fc664b16b77771
parentf5c2f73301c9b611d77f02978a2f013d59a95e62 (diff)
downloadzsh-af634c3acdb81c49804abec51a2312dc20654de8.tar.gz
zsh-af634c3acdb81c49804abec51a2312dc20654de8.tar.xz
zsh-af634c3acdb81c49804abec51a2312dc20654de8.zip
unposted (see 50072): check exit status in exit-from-trap 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 8d1283552..f120809a7 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
  '
--:'exit' in trap causes calling function to return
+0:'exit' in trap causes calling function to return
 >out1
 >fn1
 >trap1