t/helper: merge test-subprocess into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
b618821306
commit
112edd6abe
@ -1,7 +1,8 @@
|
||||
#include "test-tool.h"
|
||||
#include "cache.h"
|
||||
#include "run-command.h"
|
||||
|
||||
int cmd_main(int argc, const char **argv)
|
||||
int cmd__subprocess(int argc, const char **argv)
|
||||
{
|
||||
struct child_process cp = CHILD_PROCESS_INIT;
|
||||
int nogit = 0;
|
||||
|
||||
Reference in New Issue
Block a user