aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-24 15:13:23 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-24 15:13:23 -0400
commit661e31769795949acec36cbc24f0a1eb1db8b653 (patch)
tree80a01cb78b59f9190943d957dbca5d17d8b00b4b /src/test/test_hs_config.c
parent6c8c9731915a796c8a1bc11f376793459db1200f (diff)
downloadtor-661e31769795949acec36cbc24f0a1eb1db8b653.tar.gz
tor-661e31769795949acec36cbc24f0a1eb1db8b653.zip
Fix hs_config unit test on systems without unix sockets
Bugfix on 418059dd96f5f427eceffff1daeb2a2f6c4adbeb; jenkins found this.
Diffstat (limited to 'src/test/test_hs_config.c')
-rw-r--r--src/test/test_hs_config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_hs_config.c b/src/test/test_hs_config.c
index 343ce9f2f8..16f51f808f 100644
--- a/src/test/test_hs_config.c
+++ b/src/test/test_hs_config.c
@@ -266,7 +266,9 @@ test_valid_service_v2(void *arg)
"HiddenServiceVersion 2\n"
"HiddenServicePort 80\n"
"HiddenServicePort 22 localhost:22\n"
+#ifndef HAVE_SYS_UN_H
"HiddenServicePort 42 unix:/path/to/socket\n"
+#endif
"HiddenServiceAuthorizeClient basic alice,bob,eve\n"
"HiddenServiceAllowUnknownPorts 1\n"
"HiddenServiceMaxStreams 42\n"