about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-15 18:02:33 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-16 18:29:13 +0000
commit7ca2b06501b463641426d009a54b21b89b8ca9ee (patch)
tree2ab6553294aeddb16030f1199f3da8a73ba425f7 /Test
parentfb3865514ce52de5b1b2cfa34899a133e76edf78 (diff)
downloadzsh-7ca2b06501b463641426d009a54b21b89b8ca9ee.tar.gz
zsh-7ca2b06501b463641426d009a54b21b89b8ca9ee.tar.xz
zsh-7ca2b06501b463641426d009a54b21b89b8ca9ee.zip
45304: Do execute the always block even when the try/always block itself is the last command.
Fixes the test added in the previous commit (workers/45305).
Diffstat (limited to 'Test')
-rw-r--r--Test/A01grammar.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst
index 1e0e9a04e..0dbf468f6 100644
--- a/Test/A01grammar.ztst
+++ b/Test/A01grammar.ztst
@@ -930,5 +930,5 @@ F:Note that the behaviour of 'exit' inside try-list inside a function is unspeci
 >or false
 
  $ZTST_testdir/../Src/zsh -fc '{ ( ) } always { echo foo }'
--f:exec last command optimization inhibited for try/always
+0:exec last command optimization inhibited for try/always
 >foo