From 58a27d712b0bb74094521e64323be8955102ff3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Wed, 30 Apr 2025 15:30:20 +0200 Subject: [PATCH] tests: ensure some more specific tests work --- test.sh | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) 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 <