diff --git a/test.sh b/test.sh index 112cb85..c3c3181 100755 --- a/test.sh +++ b/test.sh @@ -1610,4 +1610,81 @@ expecting < /dev/full +echo \$? +pwd > /dev/full +echo \$? +env > /dev/full +echo \$? +EOF +expecting < /root/minishell.tmp +echo \$? +pwd > /root/minishell.tmp +echo \$? +env > /root/minishell.tmp +echo \$? +EOF +expecting < hello.txt +echo \$? +EOF +expecting < hello.txt < hello.txt +echo \$? +ls +cat hello.txt +EOF +expecting <