test_practracker.sh: never disable practracker

When practracker is disabled, its output will be empty.  We don't
want that happening during our tests.

Fixes bug 32705; bugfix on 0.4.2.1-alpha, when test_practracker.sh
was introduced.
This commit is contained in:
Nick Mathewson 2020-01-13 16:17:51 -05:00
parent 6da989cfe8
commit 6b1592b564
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
o Minor bugfixes (testing):
- When TOR_DISABLE_PRACTRACKER is set, do not apply it to the
test_practracker.sh script. Doing so caused a test failure.
Fixes bug 32705; bugfix on 0.4.2.1-alpha.

View File

@ -1,6 +1,7 @@
#!/bin/sh
umask 077
unset TOR_DISABLE_PRACTRACKER
TMPDIR=""
clean () {