/dev/stdin...

This commit is contained in:
pvincent
2026-08-13 21:43:49 +04:00
parent 530f42bbf8
commit 30658cc495
3 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ time {
fail_stderr_count unbound_variable 1
fail_stderr_count child_error 4
fail_miaou_count command_error_multiline 6
fail_miaou_count command_error_multiline 7
}
failed=${#failures[@]}
success=$((test_count - failed))
+2 -1
View File
@@ -13,8 +13,9 @@ function do_subshell_false {
}
function do_command_error_multiline {
miaou-bash <<EOF
source /dev/stdin <<EOF
echo ok
echo yop
false
echo SHOULD NOT APPEAR
EOF