ajout pleins de tests et correction unitest reconnaissance de fichiers
This commit is contained in:
67
tests/defaults/else.sh
Normal file
67
tests/defaults/else.sh
Normal file
@@ -0,0 +1,67 @@
|
||||
touch file_name_in_current_dir
|
||||
file_name_in_current_dir
|
||||
|
||||
not_cmd
|
||||
|
||||
minishell
|
||||
|
||||
./minishell
|
||||
|
||||
l^Ds
|
||||
|
||||
touch testt
|
||||
chmod 000 testt
|
||||
ls
|
||||
./testt
|
||||
|
||||
/bin/ls
|
||||
|
||||
/bin/pwd
|
||||
|
||||
ls -la
|
||||
|
||||
/bin/chmod
|
||||
|
||||
/bin/ls -la
|
||||
|
||||
ctrl-C
|
||||
|
||||
ctrl-D
|
||||
|
||||
ctrl-\
|
||||
|
||||
asdf ctrl-C
|
||||
|
||||
asdf ctrl-D
|
||||
|
||||
cat ctrl-C
|
||||
|
||||
asdf ctrl-\
|
||||
|
||||
cat ctrl-D
|
||||
|
||||
hoi
|
||||
|
||||
ls -la
|
||||
|
||||
ls
|
||||
|
||||
/bin/ls
|
||||
|
||||
/binn/ls
|
||||
|
||||
$"
|
||||
$'
|
||||
123"456
|
||||
|
||||
\1
|
||||
123\!456
|
||||
123\456
|
||||
|
||||
“$rewtwet”
|
||||
|
||||
\maran
|
||||
|
||||
hallo\hoi
|
||||
\hallo
|
||||
\hallo
|
||||
Reference in New Issue
Block a user