aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_rebind.sh
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2019-06-23 14:00:43 +0300
committerrl1987 <rl1987@sdf.lonestar.org>2019-06-23 14:00:43 +0300
commita52e00b5b315101ccb84c0ed981b6f34c4c52def (patch)
tree3e6be17cd86c38bae3968af23885c39f92e1a24f /src/test/test_rebind.sh
parent70415c9f729847a56e7feefe75e77b2cb96d4667 (diff)
downloadtor-a52e00b5b315101ccb84c0ed981b6f34c4c52def.tar.gz
tor-a52e00b5b315101ccb84c0ed981b6f34c4c52def.zip
Fix shellcheck warning SC2034 in test_rebind.sh.
Bugfix on be0a4be276c945e4e90b43ce8f784b5b75bef122 (not in any Tor release).
Diffstat (limited to 'src/test/test_rebind.sh')
-rwxr-xr-xsrc/test/test_rebind.sh2
1 files changed, 0 insertions, 2 deletions
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