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.
This commit is contained in:
Nick Mathewson
2012-06-26 10:50:37 -04:00
parent 201b852c27
commit 9c8ec0aa20
2 changed files with 36 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
o New unit tests:
- Add a unit test for the environment_variable_names_equal function.