Skip to content

FIX run_test_suite usage of tor --version for corner-cases

boyska requested to merge fix-tor-version-zstd into stable

sometimes tor --version is giving more messages than expected. For example, this happen to me because I have an installed version of libzstd1 which make tor give a warning on start.

This commit will make it work again.

Merge request reports