From 283b95e463b57d2fdde1972fa152b7b3e9940a18 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 26 Sep 2008 17:58:35 +0000 Subject: [PATCH] Make tests pass again by adding an opt hidden-service-dir to the example routerinfo output. svn:r16980 --- src/or/test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/or/test.c b/src/or/test.c index dcf60240c8..cf142d279a 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -2769,6 +2769,7 @@ test_dir_format(void) strlcat(buf2, pk1_str, sizeof(buf2)); strlcat(buf2, "signing-key\n", sizeof(buf2)); strlcat(buf2, pk2_str, sizeof(buf2)); + strlcat(buf2, "opt hidden-service-dir\n", sizeof(buf2)); strlcat(buf2, "reject *:*\nrouter-signature\n", sizeof(buf2)); buf[strlen(buf2)] = '\0'; /* Don't compare the sig; it's never the same * twice */ -- 2.47.3