]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a wide line in test_geoip_with_pt
authorNick Mathewson <nickm@torproject.org>
Thu, 15 Aug 2013 16:10:10 +0000 (12:10 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 15 Aug 2013 16:10:10 +0000 (12:10 -0400)
src/test/test.c

index 86931809505af082bb9e00b27539decc814f6a7e..f89556356a9cead22f552928e886d15e5d7840ff 100644 (file)
@@ -1334,7 +1334,8 @@ test_geoip_with_pt(void)
   /* Test the transport history string. */
   s = geoip_get_transport_history();
   tor_assert(s);
-  test_streq(s, "<OR>=8,alpha=16,beta=8,charlie=16,ddr=136,entropy=8,fire=8,google=8");
+  test_streq(s, "<OR>=8,alpha=16,beta=8,charlie=16,ddr=136,"
+             "entropy=8,fire=8,google=8");
 
   /* Stop collecting entry statistics. */
   geoip_entry_stats_term();