aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-15 12:10:10 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-15 12:10:10 -0400
commit172a55d9d6056a67a6e860c241fb0f5884a85fd0 (patch)
tree38b104ec6d452ea963720a9dde853ec94abfdb07 /src/test
parent74262f157178071ad1bce8e70aae79dc01f3ba5d (diff)
downloadtor-172a55d9d6056a67a6e860c241fb0f5884a85fd0.tar
tor-172a55d9d6056a67a6e860c241fb0f5884a85fd0.tar.gz
Fix a wide line in test_geoip_with_pt
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 869318095..f89556356 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -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();