aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_rebind.sh
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-06-10 18:33:26 -0400
committerNick Mathewson <nickm@torproject.org>2019-06-10 18:33:26 -0400
commit6a72cc25983850fb23bd21adb181b38c0ead2c5a (patch)
tree92c102567211f1f0f511612c67b7f59dd1db7525 /src/test/test_rebind.sh
parentc0285320df4e52530129ca515de08245d035c889 (diff)
parent430dd2da6e97c7186b03caabbbac95d74c3d8b82 (diff)
downloadtor-6a72cc25983850fb23bd21adb181b38c0ead2c5a.tar.gz
tor-6a72cc25983850fb23bd21adb181b38c0ead2c5a.zip
Merge branch 'maint-0.4.0' into maint-0.4.1
Diffstat (limited to 'src/test/test_rebind.sh')
-rwxr-xr-xsrc/test/test_rebind.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_rebind.sh b/src/test/test_rebind.sh
index 1d54dd7f33..e0d8394d38 100755
--- a/src/test/test_rebind.sh
+++ b/src/test/test_rebind.sh
@@ -32,6 +32,6 @@ elif [ ! -d "$tmpdir" ]; then
exit 3
fi
-"${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/test_rebind.py" "${TESTING_TOR_BINARY}" "$tmpdir" || exitcode=1
+"${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/test_rebind.py" "${TESTING_TOR_BINARY}" "$tmpdir"
-exit ${exitcode}
+exit $?