r19153@catbus: nickm | 2008-03-30 23:20:48 -0400

Backport: Make unit tests pass again after Link protocol list change.


svn:r14255
This commit is contained in:
Nick Mathewson 2008-03-31 03:21:01 +00:00
parent f219ebed3e
commit f571799a67
1 changed files with 1 additions and 1 deletions

View File

@ -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));