Browse Source

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.
Nick Mathewson 4 years ago
parent
commit
6b1592b564
2 changed files with 5 additions and 0 deletions
  1. 4 0
      changes/ticket32705_disable
  2. 1 0
      scripts/maint/practracker/test_practracker.sh

+ 4 - 0
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.

+ 1 - 0
scripts/maint/practracker/test_practracker.sh

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