summaryrefslogtreecommitdiff
path: root/t/helper/test-strcmp-offset.c
diff options
context:
space:
mode:
authorLibravatar Nguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-03-24 08:44:59 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-03-27 08:45:47 -0700
commit1a5f3d702235d42c22853ea3fe15949caa4c41ed (patch)
tree4ec802390afc83e8868043b51e3d8d004ddae37d /t/helper/test-strcmp-offset.c
parentt/helper: merge test-sigchain into test-tool (diff)
downloadtgif-1a5f3d702235d42c22853ea3fe15949caa4c41ed.tar.xz
t/helper: merge test-strcmp-offset 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>
Diffstat (limited to 't/helper/test-strcmp-offset.c')
-rw-r--r--t/helper/test-strcmp-offset.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/helper/test-strcmp-offset.c b/t/helper/test-strcmp-offset.c
index e159c9a127..44e4a6d143 100644
--- a/t/helper/test-strcmp-offset.c
+++ b/t/helper/test-strcmp-offset.c
@@ -1,6 +1,7 @@
+#include "test-tool.h"
#include "cache.h"
-int cmd_main(int argc, const char **argv)
+int cmd__strcmp_offset(int argc, const char **argv)
{
int result;
size_t offset;