summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-26 10:50:37 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-26 10:50:37 -0400
commit9c8ec0aa20cda1787ee27a96e666af84f1081f5b (patch)
tree895ab19d1bde2689ca7665676824bc7c5f7aeb3d /changes
parent201b852c277bdf4bf70a656871d502318bd5b25b (diff)
downloadtor-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_test2
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