diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-10-10 12:37:16 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-10-10 12:37:16 +0900 |
| commit | 77b5046ae36732db899d59fab9f5a8fa42f6c21e (patch) | |
| tree | bb6e6c92b5bb85658dfe31ed59581710cdc2cb56 /t/helper/test-pkt-line.c | |
| parent | 3ba371f9df8ae4439c524ed45529b6e7e51cfed5 (diff) | |
| parent | c9a1f4161ff6dcd995ec9184fcc6afb39e587c61 (diff) | |
| download | git-77b5046ae36732db899d59fab9f5a8fa42f6c21e.tar.gz | |
Merge branch 'nd/test-tool'
Test helper binaries clean-up.
* nd/test-tool:
Makefile: add a hint about TEST_BUILTINS_OBJS
t/helper: merge test-dump-fsmonitor into test-tool
t/helper: merge test-parse-options into test-tool
t/helper: merge test-pkt-line into test-tool
t/helper: merge test-dump-untracked-cache into test-tool
t/helper: keep test-tool command list sorted
Diffstat (limited to 't/helper/test-pkt-line.c')
| -rw-r--r-- | t/helper/test-pkt-line.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/helper/test-pkt-line.c b/t/helper/test-pkt-line.c index 30775f986f..282d536384 100644 --- a/t/helper/test-pkt-line.c +++ b/t/helper/test-pkt-line.c @@ -1,4 +1,5 @@ #include "cache.h" +#include "test-tool.h" #include "pkt-line.h" static void pack_line(const char *line) @@ -79,7 +80,7 @@ static void unpack_sideband(void) } } -int cmd_main(int argc, const char **argv) +int cmd__pkt_line(int argc, const char **argv) { if (argc < 2) die("too few arguments"); |
