diff options
author | teor <teor@torproject.org> | 2019-04-10 19:03:43 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-10 19:03:43 +1000 |
commit | 12b9bfc05f3a163b44f0f8b6638f027de16e622b (patch) | |
tree | ceeaaefe130bdd5953eca62c441e8005effbd9c3 /changes/ticket29702 | |
parent | acec0192c3d6400316037cdc3e4c9093c1919252 (diff) | |
download | tor-12b9bfc05f3a163b44f0f8b6638f027de16e622b.tar.gz tor-12b9bfc05f3a163b44f0f8b6638f027de16e622b.zip |
test: Also avoid reading the system default torrc in integration tests
Part of 29702.
Diffstat (limited to 'changes/ticket29702')
-rw-r--r-- | changes/ticket29702 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/changes/ticket29702 b/changes/ticket29702 index d2cacd55d7..e1cc1f867b 100644 --- a/changes/ticket29702 +++ b/changes/ticket29702 @@ -1,4 +1,4 @@ o Testing: - - Specify torrc path (with empty file) when launching tor from - test_rebind.py; refrain from relying on default torrc path. Resolves - issue 29702. + - Specify torrc paths (with empty files) when launching tor in + integration tests; refrain from reading user and system torrcs. + Resolves issue 29702. |