remote-testsvn: use internal argv_array of struct child_process in cmd_import()
authorRené Scharfe <l.s.r@web.de>
Fri, 18 Jul 2014 15:20:19 +0000 (17:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Jul 2014 19:50:03 +0000 (12:50 -0700)
Use the existing argv_array member instead of providing our own. This
way we don't have to initialize or clean it up explicitly.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found