Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
shallow: migrate shallow information into the object parser
[gitweb.git]
/
t
/
helper
/
test-tool.c
diff --git
a/t/helper/test-tool.c
b/t/helper/test-tool.c
index 068adf47d684439230096e736c42c5cbb96d7902..87066ced62aca5641daafb83b696e01e12b436d5 100644
(file)
--- a/
t/helper/test-tool.c
+++ b/
t/helper/test-tool.c
@@
-41,6
+41,7
@@
static struct test_cmd cmds[] = {
{ "subprocess", cmd__subprocess },
{ "urlmatch-normalization", cmd__urlmatch_normalization },
{ "wildmatch", cmd__wildmatch },
+ { "write-cache", cmd__write_cache },
};
int cmd_main(int argc, const char **argv)