Browse Source

subshell false

main
pvincent 2 weeks ago
parent
commit
329e1ebb43
  1. 3
      test/stub/scenario.bash

3
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)
}

Loading…
Cancel
Save