From 57418f3c7d72bda89fe5819882ed6d0a42c3a1b6 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 1 Oct 2008 11:34:48 +0000 Subject: 25791: force return from eval-style DEBUG trap lost status --- Test/C05debug.ztst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Test/C05debug.ztst') diff --git a/Test/C05debug.ztst b/Test/C05debug.ztst index 6594eb8a1..b5515c90c 100644 --- a/Test/C05debug.ztst +++ b/Test/C05debug.ztst @@ -137,3 +137,13 @@ >9: 'fn2' >0: 'echo wow' >wow + + foo() { + emulate -L zsh; setopt debugbeforecmd + trap '[[ $ZSH_DEBUG_CMD == *bar* ]] && return 2' DEBUG + echo foo + echo bar + } + foo +2:Status of forced return from eval-style DEBUG trap +>foo -- cgit 1.4.1