diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-01-30 14:17:08 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-30 14:17:08 -0800 |
commit | 690947449157c8fd6e84b25352f717d5f1fc6a51 (patch) | |
tree | e2740efa6f395ab3e8f7388e19b2e047badbebb8 /t/helper/test-tool.c | |
parent | Merge branch 'ds/sparse-cone' (diff) | |
parent | t: directly test parse_pathspec_file() (diff) | |
download | tgif-690947449157c8fd6e84b25352f717d5f1fc6a51.tar.xz |
Merge branch 'am/update-pathspec-f-f-tests'
Test updates.
* am/update-pathspec-f-f-tests:
t: directly test parse_pathspec_file()
t: fix quotes tests for --pathspec-from-file
Diffstat (limited to 't/helper/test-tool.c')
-rw-r--r-- | t/helper/test-tool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c index f20989d449..c9a232d238 100644 --- a/t/helper/test-tool.c +++ b/t/helper/test-tool.c @@ -39,6 +39,7 @@ static struct test_cmd cmds[] = { { "oidmap", cmd__oidmap }, { "online-cpus", cmd__online_cpus }, { "parse-options", cmd__parse_options }, + { "parse-pathspec-file", cmd__parse_pathspec_file }, { "path-utils", cmd__path_utils }, { "pkt-line", cmd__pkt_line }, { "prio-queue", cmd__prio_queue }, |