commit 8ab9f93993dd53ae0fdadae88da48a660ad3f4e3 parent ac7d6f3c05c47e1ca2e4d65d9b849ee2907b0f55 Author: Nick Mathewson <nickm@torproject.org> Date: Fri, 20 Dec 2019 10:06:08 -0500 changes file for 32825 Diffstat:
| A | changes/bug32825 | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/changes/bug32825 b/changes/bug32825 @@ -0,0 +1,4 @@ + o Minor features (portability, android): + - When building for Android, disable some tests that depend on + $HOME and/or pwdb, which Android doesn't have. Closes ticket 32825. + Patch from Hans-Christoph Steiner.