mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Fix shellcheck warning SC2034 in test_rebind.sh.
Bugfix on be0a4be276
(not in any Tor release).
This commit is contained in:
parent
70415c9f72
commit
a52e00b5b3
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ if test "$UNAME_OS" = 'CYGWIN' || \
|
|||
fi
|
||||
fi
|
||||
|
||||
exitcode=0
|
||||
|
||||
tmpdir=
|
||||
clean () {
|
||||
if [ -n "$tmpdir" ] && [ -d "$tmpdir" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue