]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r19152@catbus: nickm | 2008-03-30 23:20:11 -0400
authorNick Mathewson <nickm@torproject.org>
Mon, 31 Mar 2008 03:20:55 +0000 (03:20 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 31 Mar 2008 03:20:55 +0000 (03:20 +0000)
 Make unit tests pass again after Link protocol list change.

svn:r14254

src/or/test.c

index 851b4573ae2f7d2df4b9f59102c0ccdd2826583d..c8f00b316fdef7008cfb548c08b43a17981c8161 100644 (file)
@@ -2476,7 +2476,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 Circuit 1\n"
           "published 1970-01-01 00:00:00\n"
           "opt fingerprint ", sizeof(buf2));
   test_assert(!crypto_pk_get_fingerprint(pk2, fingerprint, 1));