aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-11-13 06:49:25 +0000
committerRoger Dingledine <arma@torproject.org>2003-11-13 06:49:25 +0000
commit56cd147eb98e7db83937bf4b6dcf83be45790978 (patch)
tree809e14f851fd55be728e67115f950f6ed85bb0d6 /src/or/test.c
parentcc8ce64cb2940b9e740fa23579209adcb203905c (diff)
downloadtor-56cd147eb98e7db83937bf4b6dcf83be45790978.tar
tor-56cd147eb98e7db83937bf4b6dcf83be45790978.tar.gz
let getconfig survive repeated calls. now we call it again when we hup.
change RecommendedVersions into a config option, so dirservers can hup for a new one svn:r809
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c
index 278323283..688335ab1 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -684,7 +684,6 @@ test_dir_format()
test_eq(-1, compare_recommended_versions("a", "ab,abd,abde,abc,abcde"));
test_eq(-1, compare_recommended_versions("abb", "ab,abd,abde,abc,abcde"));
test_eq(-1, compare_recommended_versions("a", ""));
- test_eq(0, compare_recommended_versions(VERSION, RECOMMENDED_SOFTWARE_VERSIONS));
}
int