23 lines
404 B
Plaintext
23 lines
404 B
Plaintext
cat <minishell.h <<HERE <missing <<DOC | echo oi
|
|
|
|
#invalid command, followed by empty variable, should clear the exit code
|
|
doesntexist
|
|
$EMPTY
|
|
echo $?
|
|
|
|
# Should skip the empty argument, and print hello after spaces
|
|
echo - "" " " hello
|
|
|
|
|
|
NORME :c
|
|
|
|
|
|
To test:
|
|
|
|
test signals
|
|
test and verify all malocs
|
|
verify forbidden functions
|
|
check for any hidden or useless files
|
|
|
|
return code 0 quand liste token est a 0
|