]> git.ipfire.org Git - thirdparty/git.git/commit
scalar-diagnose: use "$GIT_UNZIP" in test
authorVictoria Dye <vdye@github.com>
Fri, 12 Aug 2022 20:10:09 +0000 (20:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Aug 2022 20:20:02 +0000 (13:20 -0700)
commit81ad5513431c9c20f3ec41b6713d4ca602ed4a07
tree4bb2d487e84f7f2ce7947e9be0d8e891cbe4bffb
parent350dc9f0e8974b6fcbdeb3808186c5a79c3e7386
scalar-diagnose: use "$GIT_UNZIP" in test

Use the "$GIT_UNZIP" test variable rather than verbatim 'unzip' to unzip the
'scalar diagnose' archive. Using "$GIT_UNZIP" is needed to run the Scalar
tests on systems where 'unzip' is not in the system path.

Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/scalar/t/t9099-scalar.sh