Merge branch 'ticket32825_squashed'

This commit is contained in:
Nick Mathewson
2020-01-14 12:42:19 -05:00
2 changed files with 21 additions and 10 deletions
+4
View File
@@ -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.