From 626afc298764a9db47d1e7c9eb7e55b0d6eca4bc Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 24 Jul 2026 12:18:56 +0400 Subject: [PATCH] 100% passed --- test/stub/scenario.bash | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/stub/scenario.bash b/test/stub/scenario.bash index 91e8bc3..dd8e1bd 100755 --- a/test/stub/scenario.bash +++ b/test/stub/scenario.bash @@ -23,6 +23,12 @@ function do_last_false { ! true } +function do_return { + echo START + return 99 + echo SHOULD NOT APPEAR +} + function do_unbound_associative { declare -A associative associative['A']='Abc'