mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
(fix): Proper behaviour for wildcards and proper test
This commit is contained in:
parent
e5952b3f43
commit
25ffc3fb6f
1 changed files with 2 additions and 0 deletions
2
test.sh
2
test.sh
|
|
@ -1343,6 +1343,7 @@ outfile
|
|||
EOF
|
||||
|
||||
when_run <<"EOF" "normal behaviour with wildcard before echo"
|
||||
touch outfile
|
||||
export target=out*
|
||||
echo $target
|
||||
EOF
|
||||
|
|
@ -1351,6 +1352,7 @@ outfile
|
|||
EOF
|
||||
|
||||
when_run <<"EOF" "normal behaviour with wildcard after variable expansion"
|
||||
touch outfile
|
||||
export target="out*"
|
||||
echo $target
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue