minishell-tester
minishell-tester copied to clipboard
A basic tester for 42's new minishell
trafficstars
MINISHELL-TESTER
Requirements
- You must have your prompt and any other message/banner printed on
STDERR(like bash)
Usage
- Go into your minishell folder and clone this repo
- Run
cd minishell-tester && bash test.sh
What does it test ?
echocdpwdexit| pipes; separator> >> < redirectionsenv expansionsexportenvunsetexit status ($?)
What should you test by yourself ?
Almost everything :) This tester is not perfect and is not checking leaks and error messages.
It's there to show you a few errors that can occurs.
You should do some tests on your own aswell !
Feel free to improve this tester !