From: rl1987 Date: Sun, 23 Jun 2019 11:00:43 +0000 (+0300) Subject: Fix shellcheck warning SC2034 in test_rebind.sh. X-Git-Tag: tor-0.4.2.1-alpha~152^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a52e00b5b315101ccb84c0ed981b6f34c4c52def;p=thirdparty%2Ftor.git Fix shellcheck warning SC2034 in test_rebind.sh. Bugfix on be0a4be276c945e4e90b43ce8f784b5b75bef122 (not in any Tor release). --- 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