summaryrefslogtreecommitdiff
path: root/t/helper/test-sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-sha256.c')
-rw-r--r--t/helper/test-sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-sha256.c b/t/helper/test-sha256.c
index 2fb20438f3..7fd0aa1fcd 100644
--- a/t/helper/test-sha256.c
+++ b/t/helper/test-sha256.c
@@ -3,5 +3,5 @@
int cmd__sha256(int ac, const char **av)
{
- return cmd_hash_impl(ac, av, GIT_HASH_SHA256);
+ return cmd_hash_impl(ac, av, GIT_HASH_SHA256, 0);
}