From 112edd6abe29a51cbe53f6761d35443cfcb73cde Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Sat, 24 Mar 2018 08:45:02 +0100 Subject: t/helper: merge test-subprocess into test-tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- t/helper/test-tool.h | 1 + 1 file changed, 1 insertion(+) (limited to 't/helper/test-tool.h') diff --git a/t/helper/test-tool.h b/t/helper/test-tool.h index be7e79738f..a611801061 100644 --- a/t/helper/test-tool.h +++ b/t/helper/test-tool.h @@ -32,5 +32,6 @@ int cmd__sigchain(int argc, const char **argv); int cmd__strcmp_offset(int argc, const char **argv); int cmd__string_list(int argc, const char **argv); int cmd__submodule_config(int argc, const char **argv); +int cmd__subprocess(int argc, const char **argv); #endif -- cgit v1.2.3