Browse Source

Fix shellcheck warning SC2034 in test_rebind.sh.

Bugfix on be0a4be276c945e4e90b43ce8f784b5b75bef122 (not in any Tor release).
rl1987 4 years ago
parent
commit
a52e00b5b3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/test/test_rebind.sh

+ 0 - 2
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