andreaulicna / 42_minishell

This project is about creating a simple shell.
2 stars 1 forks source link

mandatory manual test: invalid command, followed by empty variable, should clear the exit code #129

Closed sl16 closed 9 months ago

sl16 commented 9 months ago

e.g.: doesntexist $EMPTY echo $?

https://github.com/LucasKuhn/minishell_tester/blob/main/manual_tests/mandatory

andreaulicna commented 9 months ago

Possible solution (not added to main or parsing branch):

Image