aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_pt.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-18 08:49:52 -0400
committerNick Mathewson <nickm@torproject.org>2013-07-18 08:49:52 -0400
commite6c0fb2b6db185448cdcbf479047cdbe525ef8a9 (patch)
tree544021e40bfc4956b4cbb669890e5af21b205e91 /src/test/test_pt.c
parentd7ccb6a3b1d6f2884bdcd6ff60cddbd826f6e0eb (diff)
downloadtor-e6c0fb2b6db185448cdcbf479047cdbe525ef8a9.tar
tor-e6c0fb2b6db185448cdcbf479047cdbe525ef8a9.tar.gz
Fix a wide line in test_pt.c
Diffstat (limited to 'src/test/test_pt.c')
-rw-r--r--src/test/test_pt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test_pt.c b/src/test/test_pt.c
index 84b7a59ef..ac97cf9fb 100644
--- a/src/test/test_pt.c
+++ b/src/test/test_pt.c
@@ -94,7 +94,8 @@ test_pt_parsing(void)
reset_mp(mp);
/* Include some arguments. Good ones. */
- strlcpy(line,"SMETHOD trebuchet 127.0.0.1:9999 ARGS:counterweight=3,sling=snappy",
+ strlcpy(line,"SMETHOD trebuchet 127.0.0.1:9999 "
+ "ARGS:counterweight=3,sling=snappy",
sizeof(line));
test_assert(parse_smethod_line(line, mp) == 0);
tt_int_op(1, ==, smartlist_len(mp->transports));