From: Nick Mathewson Date: Mon, 24 Jun 2019 17:49:19 +0000 (-0400) Subject: Remove the unused "exitcode" variable from test_rebind.sh X-Git-Tag: tor-0.4.2.1-alpha~143^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bac6b6e7de55138927d075433754ba305bb2479;p=thirdparty%2Ftor.git Remove the unused "exitcode" variable from test_rebind.sh Fixes a shellcheck issue; closes ticket 30964. No user-visible change. --- diff --git a/src/test/test_rebind.sh b/src/test/test_rebind.sh index e0d8394d38..d6d9d86668 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