Commit 812d42e8863a7b9ccba8b03c5a7e32b31a1e4155

Nick Mathewson 2011-06-11T01:26:54

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.