subshell false

This commit is contained in:
pvincent
2026-07-29 18:40:02 +04:00
parent af055bcaa6
commit 329e1ebb43
+2 -1
View File
@@ -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)
}