]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix shellcheck warning SC2034 in test_rebind.sh.
authorrl1987 <rl1987@sdf.lonestar.org>
Sun, 23 Jun 2019 11:00:43 +0000 (14:00 +0300)
committerrl1987 <rl1987@sdf.lonestar.org>
Sun, 23 Jun 2019 11:00:43 +0000 (14:00 +0300)
Bugfix on be0a4be276c945e4e90b43ce8f784b5b75bef122 (not in any Tor release).

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