test: Fix a comment typo in src/test/test_hs_ntor.sh

This commit is contained in:
teor 2019-10-31 00:43:13 +10:00
parent 861b9366df
commit 183f9e490f
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -3,7 +3,7 @@
exitcode=0
# Run the python integration test sand return the exitcode of the python
# Run the python integration tests and return the exitcode of the python
# script. The python script might ask the testsuite to skip it if not all
# python dependencies are covered.
"${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/hs_ntor_ref.py" || exitcode=$?