fix typos from #28614
[tor.git] / src / test / test_ntor.sh
blob5081dabc54f781452ab24aaa9e7697fcbaac6c1c
1 #!/bin/sh
2 # Validate Tor's ntor implementation.
4 exitcode=0
6 "${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/ntor_ref.py" test-tor || exitcode=1
7 "${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/ntor_ref.py" self-test || exitcode=1
9 exit ${exitcode}