summaryrefslogtreecommitdiff
path: root/t/helper/test-tool.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-08-04 20:28:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-08-04 20:28:55 (GMT)
commitfea3738ac550776db44eddd2cd1ab37ae1004d6b (patch)
tree0a7cc4b59a450cdace31d99fde62043af8c7f748 /t/helper/test-tool.h
parent4dc964691f83543d2e4b508e0354a431dbb528ce (diff)
parent482e1488a9b549cbf7466f4ee5396f93bb4588d6 (diff)
downloadgit-fea3738ac550776db44eddd2cd1ab37ae1004d6b.zip
git-fea3738ac550776db44eddd2cd1ab37ae1004d6b.tar.gz
git-fea3738ac550776db44eddd2cd1ab37ae1004d6b.tar.bz2
Merge branch 'ab/getcwd-test'
Portability test update. * ab/getcwd-test: t0001: fix broken not-quite getcwd(3) test in bed67874e2
Diffstat (limited to 't/helper/test-tool.h')
-rw-r--r--t/helper/test-tool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.h b/t/helper/test-tool.h
index f8dc266..9f0f522 100644
--- a/t/helper/test-tool.h
+++ b/t/helper/test-tool.h
@@ -23,6 +23,7 @@ int cmd__example_decorate(int argc, const char **argv);
int cmd__fast_rebase(int argc, const char **argv);
int cmd__genrandom(int argc, const char **argv);
int cmd__genzeros(int argc, const char **argv);
+int cmd__getcwd(int argc, const char **argv);
int cmd__hashmap(int argc, const char **argv);
int cmd__hash_speed(int argc, const char **argv);
int cmd__index_version(int argc, const char **argv);