]> granicus.if.org Git - libevent/commit
Simplify windows commandname logic in tinytest
authorNick Mathewson <nickm@torproject.org>
Sat, 11 Jun 2011 05:26:54 +0000 (01:26 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 11 Jun 2011 05:39:31 +0000 (01:39 -0400)
commit812d42e8863a7b9ccba8b03c5a7e32b31a1e4155
tree7d2c9f1304b4bcce8246e730ca276eda9330e1b6
parent57def3460af9cd3992626d6a39f4e5b93a7d3fc0
Simplify windows commandname logic in tinytest

Instead of using a dup'd pointer, let's use a static array, so we
don't need to free it.  This patch also makes tinytest build on
non-windows again.
test/tinytest.c