diff options
author | Matt Traudt <sirmatt@ksu.edu> | 2017-07-10 12:19:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-10 15:27:01 -0400 |
commit | 1ff98a7e891b7af4e2f4313c360f3cb320e632a7 (patch) | |
tree | b0b53ad1bf1a8392d89653a9e9691c592914ae66 /changes | |
parent | c1bdc3b10e66de6d79c48c94628956b8578d5f17 (diff) | |
download | tor-1ff98a7e891b7af4e2f4313c360f3cb320e632a7.tar.gz tor-1ff98a7e891b7af4e2f4313c360f3cb320e632a7.zip |
Make consdiff tests pass on OS X too
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket22870 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket22870 b/changes/ticket22870 new file mode 100644 index 0000000000..07cc8a1d04 --- /dev/null +++ b/changes/ticket22870 @@ -0,0 +1,5 @@ + o Minor bugfixes (consensus diff): + - test_consdiff_base64cmp would fail on OS X because while OS X + follows the standard of (less than zero/zero/greater than zero), + it doesn't follow the convention of (-1/0/+1). Make the test + comply with the standard. Fixes bug 22870; bugfix on 0.3.1.1-alpha. |