remote-testsvn: use internal argv_array of struct child_process in cmd_import()
commit1cefa143250ad8c60e2a3db6c18278f7bed508f5
authorRené Scharfe <l.s.r@web.de>
Fri, 18 Jul 2014 15:20:19 +0000 (18 17:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Jul 2014 19:50:03 +0000 (18 12:50 -0700)
treeb114b34874594f0cea9c586a5d1dd4744ab8d550
parent92859f3a7906cf1a1d398307ba21a062984550d6
remote-testsvn: use internal argv_array of struct child_process in cmd_import()

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>
remote-testsvn.c