commit 6b1592b56439ddbb9e47444f77de2d03429cc0ff
parent 6da989cfe8323418ee1f888287d0d65b21b60c1d
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 13 Jan 2020 16:17:51 -0500
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:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/ticket32705_disable b/changes/ticket32705_disable
@@ -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.
diff --git 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 () {