command_error singleline

This commit is contained in:
pvincent
2026-08-07 16:10:11 +04:00
parent 6d87edaf26
commit 2cd1111edc
5 changed files with 47 additions and 3 deletions
+8
View File
@@ -12,6 +12,14 @@ function do_subshell_false {
result=$(false)
}
function do_command_error_multiline {
miaou-bash <<-EOF
echo ok
false
echo SHOULD NOT APPEAR
EOF
}
function do_subshell_term {
echo first line.