summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-07-17 22:37:00 +1000
committerNick Mathewson <nickm@torproject.org>2016-07-26 19:20:53 -0400
commitbf2f7c265cd7bc7d8fdfe190177e61b4837c0476 (patch)
tree2196edd22efc2bf8c8d1f95ba95dc442acbd39b7
parent64b5140256af015e25933688c2df214c19e61d46 (diff)
downloadtor-bf2f7c265cd7bc7d8fdfe190177e61b4837c0476.tar.gz
tor-bf2f7c265cd7bc7d8fdfe190177e61b4837c0476.zip
We fixed #15937, update a comment
-rwxr-xr-xsrc/test/test-network.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test-network.sh b/src/test/test-network.sh
index e7288ecd28..4d9776822b 100755
--- a/src/test/test-network.sh
+++ b/src/test/test-network.sh
@@ -69,8 +69,8 @@ do
;;
# Make this many connections per client (1)
# Note: If you create 7 or more connections to a hidden service from
- # a single client, you'll likely get a verification failure due to
- # https://trac.torproject.org/projects/tor/ticket/15937
+ # a single Tor 0.2.7 client, you'll likely get a verification failure due
+ # to #15937. This is fixed in 0.2.8.
--connections|--connection|--connection-count|--count)
export CHUTNEY_CONNECTIONS="$2"
shift