diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-31 03:21:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-31 03:21:01 +0000 |
commit | f571799a673cdc0e46f66642d827d6dd8bc51aef (patch) | |
tree | 7123ca3684d87d842c374f46041f49d424a1967a | |
parent | f219ebed3eb7f61143abb07e28eb61feb199ad47 (diff) | |
download | tor-f571799a673cdc0e46f66642d827d6dd8bc51aef.tar.gz tor-f571799a673cdc0e46f66642d827d6dd8bc51aef.zip |
r19153@catbus: nickm | 2008-03-30 23:20:48 -0400
Backport: Make unit tests pass again after Link protocol list change.
svn:r14255
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index 712e3d483d..858ff4700f 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -2283,7 +2283,7 @@ test_dir_format(void) "platform Tor "VERSION" on ", sizeof(buf2)); strlcat(buf2, get_uname(), sizeof(buf2)); strlcat(buf2, "\n" - "opt protocols Link 1 Circuit 1\n" + "opt protocols Link 1 2 Circuit 1\n" "published 1970-01-01 00:00:00\n" "opt fingerprint ", sizeof(buf2)); test_assert(!crypto_pk_get_fingerprint(pk2, fingerprint, 1)); |