mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
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:
parent
6da989cfe8
commit
6b1592b564
4
changes/ticket32705_disable
Normal file
4
changes/ticket32705_disable
Normal 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.
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
umask 077
|
||||
unset TOR_DISABLE_PRACTRACKER
|
||||
|
||||
TMPDIR=""
|
||||
clean () {
|
||||
|
Loading…
Reference in New Issue
Block a user