summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTaylor Yu <catalyst@torproject.org>2017-10-04 08:42:05 -0500
committerTaylor Yu <catalyst@torproject.org>2017-10-04 08:42:05 -0500
commit44e4a96bb5d2a01d57084ec8beb14e4518644614 (patch)
tree760a1a6ddec8ab00b395cdaaa51631fd86f7701d /changes
parent55e5446f8dfdb8606310041567c06ccaf9c0d80a (diff)
downloadtor-44e4a96bb5d2a01d57084ec8beb14e4518644614.tar.gz
tor-44e4a96bb5d2a01d57084ec8beb14e4518644614.zip
Don't expect permission failure if running as root
Skip test_config_include_no_permission() when running as root, because it will get an unexpected success from config_get_lines_include(). This affects some continuous integration setups. Fixes bug 23758.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug237584
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23758 b/changes/bug23758
new file mode 100644
index 0000000000..565791e8f4
--- /dev/null
+++ b/changes/bug23758
@@ -0,0 +1,4 @@
+ o Minor bugfixes (testing):
+ - Skip a test that would fail if run as root (because it expects a
+ permissions error). This affects some continuous integration setups.
+ Fixes bug 23758; bugfix on 0.3.2.2-alpha.