diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2019-06-23 14:00:43 +0300 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2019-06-23 14:00:43 +0300 |
commit | a52e00b5b315101ccb84c0ed981b6f34c4c52def (patch) | |
tree | 3e6be17cd86c38bae3968af23885c39f92e1a24f | |
parent | 70415c9f729847a56e7feefe75e77b2cb96d4667 (diff) | |
download | tor-a52e00b5b315101ccb84c0ed981b6f34c4c52def.tar.gz tor-a52e00b5b315101ccb84c0ed981b6f34c4c52def.zip |
Fix shellcheck warning SC2034 in test_rebind.sh.
Bugfix on be0a4be276c945e4e90b43ce8f784b5b75bef122 (not in any Tor release).
-rwxr-xr-x | src/test/test_rebind.sh | 2 |
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 |