diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-26 10:50:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-26 10:50:37 -0400 |
commit | 9c8ec0aa20cda1787ee27a96e666af84f1081f5b (patch) | |
tree | 895ab19d1bde2689ca7665676824bc7c5f7aeb3d /changes | |
parent | 201b852c277bdf4bf70a656871d502318bd5b25b (diff) | |
download | tor-9c8ec0aa20cda1787ee27a96e666af84f1081f5b.tar.gz tor-9c8ec0aa20cda1787ee27a96e666af84f1081f5b.zip |
Add a unit test for environment_variable_names_equal
I need this because I'm about to frob that function to stop using
strcspn() in order to get rid of a clang warning.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/envvar_test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/envvar_test b/changes/envvar_test new file mode 100644 index 0000000000..d76a817078 --- /dev/null +++ b/changes/envvar_test @@ -0,0 +1,2 @@ + o New unit tests: + - Add a unit test for the environment_variable_names_equal function.
\ No newline at end of file |