Skip to content
Snippets Groups Projects
Commit 6b1592b5 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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.
parent 6da989cf
No related branches found
No related tags found
No related merge requests found
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.
#!/bin/sh
umask 077
unset TOR_DISABLE_PRACTRACKER
TMPDIR=""
clean () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment