소스 검색

Fix shellcheck warning SC2034 in test_rebind.sh.

Bugfix on be0a4be276c945e4e90b43ce8f784b5b75bef122 (not in any Tor release).
rl1987 5 년 전
부모
커밋
a52e00b5b3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/test/test_rebind.sh

+ 0 - 2
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