summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2021-07-06 13:52:15 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2021-07-06 13:52:15 +0300
commit67e412c25e68dbaf32317510bb6665e4b68d7c4d (patch)
treec34ebda4083039866a246f4e64a7535bbdb611b1
parent5b1cd6e538a63e42416f73168989bae3c53cd819 (diff)
parent4865eabd18d0b5a70bf971814213327c0ca8b106 (diff)
downloadtor-67e412c25e68dbaf32317510bb6665e4b68d7c4d.tar.gz
tor-67e412c25e68dbaf32317510bb6665e4b68d7c4d.zip
Merge branch 'maint-0.4.5' into release-0.4.5
-rw-r--r--src/test/test_dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_dir.c b/src/test/test_dir.c
index d62dd3fb9e..467b740d71 100644
--- a/src/test/test_dir.c
+++ b/src/test/test_dir.c
@@ -2135,8 +2135,8 @@ test_dir_measured_bw_kb(void *arg)
/* Test that a line with vote=0 will fail too, so that it is ignored. */
"node_id=$557365204145532d32353620696e73746561642e bw=1024 vote=0\n",
/* Test that a line with vote=0 will fail even if unmeasured=0. */
- "node_id=$557365204145532d32353620696e73746561642e bw=1024 vote=0 "
- "unmeasured=0\n",
+ ("node_id=$557365204145532d32353620696e73746561642e bw=1024 vote=0 "
+ "unmeasured=0\n"),
"end"
};