commit 4bac6b6e7de55138927d075433754ba305bb2479 Author: Nick Mathewson nickm@torproject.org Date: Mon Jun 24 13:49:19 2019 -0400
Remove the unused "exitcode" variable from test_rebind.sh
Fixes a shellcheck issue; closes ticket 30964. No user-visible change. --- src/test/test_rebind.sh | 2 -- 1 file changed, 2 deletions(-)
diff --git a/src/test/test_rebind.sh b/src/test/test_rebind.sh index e0d8394d3..d6d9d8666 100755 --- a/src/test/test_rebind.sh +++ b/src/test/test_rebind.sh @@ -12,8 +12,6 @@ if test "$UNAME_OS" = 'CYGWIN' || \ fi fi
-exitcode=0 - tmpdir= clean () { if [ -n "$tmpdir" ] && [ -d "$tmpdir" ]; then
tor-commits@lists.torproject.org