notes: add ideas for testing

This commit is contained in:
Khaïs COLIN 2025-02-07 16:02:50 +01:00
parent 463a5556c2
commit d1596d8405
No known key found for this signature in database

View file

@ -4,6 +4,9 @@ cf. [Bash Reference Manual](https://www.gnu.org/savannah-checkouts/gnu/bash/manu
Comparative testing with bash should be done with bash --norc --posix.
## Ideas for testing
* use prysk or shellspec with shell=./minishell
## Shell Operation
cf. 3.1.1 Shell Operation