diff options
Diffstat (limited to 't/lib-pack.sh')
-rw-r--r-- | t/lib-pack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-pack.sh b/t/lib-pack.sh index 4674899b30..c4d907a450 100644 --- a/t/lib-pack.sh +++ b/t/lib-pack.sh @@ -97,7 +97,7 @@ pack_obj () { # Compute and append pack trailer to "$1" pack_trailer () { - test-sha1 -b <"$1" >trailer.tmp && + test-tool sha1 -b <"$1" >trailer.tmp && cat trailer.tmp >>"$1" && rm -f trailer.tmp } |