]> git.ipfire.org Git - thirdparty/git.git/commit
test-lib.sh: fix prepend_var() quoting issue
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 30 Jun 2022 10:18:35 +0000 (12:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jun 2022 20:48:28 +0000 (13:48 -0700)
commit361fa321ec25cbbdf21df9309a82e5280c19fa02
tree32ac1c736a504e51d1529d6b93b96426020b3367
parent386e7a9d307938eb9827c1c65ef75dc38daf0b3c
test-lib.sh: fix prepend_var() quoting issue

Fix a quoting issue in the function introduced in
b9638d7286f (test-lib: make $GIT_BUILD_DIR an absolute path,
2022-02-27), running the test suite where the git checkout was on a
path with e.g. a space in it would fail.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh