commit a52e00b5b315101ccb84c0ed981b6f34c4c52def Author: rl1987 rl1987@sdf.lonestar.org Date: Sun Jun 23 14:00:43 2019 +0300
Fix shellcheck warning SC2034 in test_rebind.sh.
Bugfix on be0a4be276c945e4e90b43ce8f784b5b75bef122 (not in any Tor release). --- src/test/test_rebind.sh | 2 -- 1 file changed, 2 deletions(-)
diff --git a/src/test/test_rebind.sh b/src/test/test_rebind.sh index e0d8394d3..d6d9d8666 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
tor-commits@lists.torproject.org