mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
fix(connec_cmd): handle nested connections correctly
This commit is contained in:
parent
92d647e33c
commit
65c1eb9d84
4 changed files with 20 additions and 20 deletions
8
test.sh
8
test.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue