Hugo minishell tests init

This commit is contained in:
LuckyLaszlo
2021-12-08 20:41:55 +01:00
parent 88c04d0fae
commit d5f9aef3ab
10 changed files with 662 additions and 0 deletions

32
ut_vrac.sh Normal file
View File

@@ -0,0 +1,32 @@
$
file_name_in_current_dir
/bin/echo bonjour
not_cmd
echo bonjour > $test w/ t
ls
rm '$test'
"exit retour a la ligne"
minishell
# binary not in path without "./" before
l^Ds
touch testt
chmod 000 testt
ls
./testt
rm -rf testt
mkdir testt
./testt
pwd
cd ../
rm -rf testt
cat < ../