diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-24 15:25:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-24 15:25:53 -0400 |
commit | 85b65bf29f2245eb1363640cddf82e57ba5e7957 (patch) | |
tree | c267f424dbfd7e797392f80ae978552cb9d74064 /src/test/test_ntor.sh | |
parent | eb2188168e2eca96692ec5f60f298f7bc287e990 (diff) | |
download | tor-85b65bf29f2245eb1363640cddf82e57ba5e7957.tar.gz tor-85b65bf29f2245eb1363640cddf82e57ba5e7957.zip |
Add more quotes in the test scripts
Diffstat (limited to 'src/test/test_ntor.sh')
-rwxr-xr-x | src/test/test_ntor.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_ntor.sh b/src/test/test_ntor.sh index 3d9ef7aaa9..5081dabc54 100755 --- a/src/test/test_ntor.sh +++ b/src/test/test_ntor.sh @@ -3,7 +3,7 @@ exitcode=0 -${PYTHON:-python} "${abs_top_srcdir:-.}/src/test/ntor_ref.py" test-tor || exitcode=1 -${PYTHON:-python} "${abs_top_srcdir:-.}/src/test/ntor_ref.py" self-test || exitcode=1 +"${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/ntor_ref.py" test-tor || exitcode=1 +"${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/ntor_ref.py" self-test || exitcode=1 exit ${exitcode} |