]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove the unused "exitcode" variable from test_rebind.sh
authorNick Mathewson <nickm@torproject.org>
Mon, 24 Jun 2019 17:49:19 +0000 (13:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 24 Jun 2019 17:49:19 +0000 (13:49 -0400)
Fixes a shellcheck issue; closes ticket 30964.  No user-visible
change.

src/test/test_rebind.sh

index e0d8394d384ef898d974a77095ebe1cd571e35e9..d6d9d86668c83be82c5bde6dd75a1af1cc4d6215 100755 (executable)
@@ -12,8 +12,6 @@ if test "$UNAME_OS" = 'CYGWIN' || \
   fi
 fi
 
-exitcode=0
-
 tmpdir=
 clean () {
   if [ -n "$tmpdir" ] && [ -d "$tmpdir" ]; then