diff --git a/test/stub/scenario.bash b/test/stub/scenario.bash index 29e15c7..6c42ccf 100755 --- a/test/stub/scenario.bash +++ b/test/stub/scenario.bash @@ -8,7 +8,8 @@ readonly BASEDIR # SCENARII function do_subshell_false { - echo 'about to echo false' + echo 'about to subshell error' + result=$(test ! 1 == 1) result=$(false) }