unknown_error_bypass

This commit is contained in:
pvincent
2026-08-19 11:09:43 +04:00
parent 4368dd0f4f
commit ac308f9dad
5 changed files with 50 additions and 7 deletions
+9
View File
@@ -12,6 +12,15 @@ function do_subshell_false {
result=$(false)
}
function do_unknown {
source /dev/stdin <<EOF
echo START
>&2 echo weird
builtin exit 2
echo END
EOF
}
function do_heredoc {
# miaou-bash <<EOF
source /dev/stdin <<EOF