Add a unit test for environment_variable_names_equal
commit9c8ec0aa20cda1787ee27a96e666af84f1081f5b
authorNick Mathewson <nickm@torproject.org>
Tue, 26 Jun 2012 14:50:37 +0000 (26 10:50 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 26 Jun 2012 14:50:37 +0000 (26 10:50 -0400)
tree895ab19d1bde2689ca7665676824bc7c5f7aeb3d
parent201b852c277bdf4bf70a656871d502318bd5b25b
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.
changes/envvar_test [new file with mode: 0644]
src/test/test_util.c