Fuzzer tests complain about missing file
When I run make check then all tests pass except for the fuzzers. Looking in the logs reveals the following error for all tls-fuzzer-*.sh tests:
python: can't open file 'tests/scripts_retention.py'
This file is indeed missing. The question is now, where should it come from? Should it be somewhere in the Git repo and has it been forgotten to be added?