diff options
author | teor <teor@torproject.org> | 2019-10-31 00:43:13 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-31 00:43:13 +1000 |
commit | 183f9e490ff0aa5100567b1c753456904ca58a45 (patch) | |
tree | f6a9a56519d9db6e02da6100af43d97942f9eb46 /src/test/test_hs_ntor.sh | |
parent | 861b9366df534145e1316efa0c34a62cc2a036c2 (diff) | |
download | tor-183f9e490ff0aa5100567b1c753456904ca58a45.tar.gz tor-183f9e490ff0aa5100567b1c753456904ca58a45.zip |
test: Fix a comment typo in src/test/test_hs_ntor.sh
Diffstat (limited to 'src/test/test_hs_ntor.sh')
-rwxr-xr-x | src/test/test_hs_ntor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs_ntor.sh b/src/test/test_hs_ntor.sh index 8a0003d44a..ee7141cc9a 100755 --- a/src/test/test_hs_ntor.sh +++ b/src/test/test_hs_ntor.sh @@ -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=$? |