fix(connec_cmd): handle nested connections correctly

This commit is contained in:
Khaïs COLIN 2025-04-28 15:04:47 +02:00
parent 92d647e33c
commit 65c1eb9d84
4 changed files with 20 additions and 20 deletions

View file

@ -1441,4 +1441,12 @@ minishell: infile: No such file or directory
1
EOF
when_run <<EOF "nested connections"
(echo hi||pwd)&&(echo hello||pwd)
EOF
expecting <<EOF
hi
hello
EOF
finalize