Merge branch 'ab/test-quoting-fix'
commit92a25a8897b34db149df7e77ca625a9a151edb51
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2022 21:54:52 +0000 (13 14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2022 21:54:52 +0000 (13 14:54 -0700)
treedb646c4ea60f57f40d976c5bf168b0083b75970a
parentdb791e6e8f8f10e4e785cd7b4ce292bd28e9dc61
parenteb1cd60290d3898ef3c3293a11400f9fff9376cd
Merge branch 'ab/test-quoting-fix'

Fixes for tests when the source directory has unusual characters in
its path, e.g. whitespaces, double-quotes, etc.

* ab/test-quoting-fix:
  config tests: fix harmless but broken "rm -r" cleanup
  test-lib.sh: fix prepend_var() quoting issue
  tests: add missing double quotes to included library paths
t/test-lib.sh