summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-13 16:17:51 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-13 16:17:51 -0500
commit6b1592b56439ddbb9e47444f77de2d03429cc0ff (patch)
treed891b47b8832cb5451315fbb5b113fcd6ac8773f /scripts
parent6da989cfe8323418ee1f888287d0d65b21b60c1d (diff)
downloadtor-6b1592b56439ddbb9e47444f77de2d03429cc0ff.tar.gz
tor-6b1592b56439ddbb9e47444f77de2d03429cc0ff.zip
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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maint/practracker/test_practracker.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/maint/practracker/test_practracker.sh b/scripts/maint/practracker/test_practracker.sh
index 9b107e071d..207a5ceded 100755
--- a/scripts/maint/practracker/test_practracker.sh
+++ b/scripts/maint/practracker/test_practracker.sh
@@ -1,6 +1,7 @@
#!/bin/sh
umask 077
+unset TOR_DISABLE_PRACTRACKER
TMPDIR=""
clean () {