]> git.ipfire.org Git - thirdparty/git.git/commit
t5620: make test work with path-walk var
authorDerrick Stolee <stolee@gmail.com>
Fri, 22 May 2026 18:24:25 +0000 (18:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 May 2026 09:41:06 +0000 (18:41 +0900)
commitb00c374d471ae74e6158388fbf485b3a989729bd
treef7b808305fa310e734afcc5db715a4c030020e0b
parent0c1ed96fb91d85165884713cffaa67f7ee67034e
t5620: make test work with path-walk var

The GIT_TEST_PACK_PATH_WALK test variable allows enabling the
--path-walk option to 'git pack-objects' by default. This sometimes
engages the warning that --path-walk is incompatible with the --filter
option. These tests in t5620 fail due to this warning over stderr in
this case. Disable this variable for this moment until these options
work together.

Signed-off-by: Derrick Stolee <stolee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5620-backfill.sh