test_rebind.sh 146 B

1234567
  1. #!/bin/sh
  2. exitcode=0
  3. "${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/test_rebind.py" "${TESTING_TOR_BINARY}" || exitcode=1
  4. exit ${exitcode}