[tor-commits] [tor/master] Remove the unused "exitcode" variable from test_rebind.sh

dgoulet at torproject.org dgoulet at torproject.org
Wed Jun 26 15:44:07 UTC 2019


commit 4bac6b6e7de55138927d075433754ba305bb2479
Author: Nick Mathewson <nickm at 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





More information about the tor-commits mailing list