]> git.ipfire.org Git - thirdparty/git.git/commit
t7900: use --fixed-value in git-maintenance tests
authorJosh Steadmon <steadmon@google.com>
Wed, 9 Dec 2020 19:16:16 +0000 (11:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Dec 2020 00:25:20 +0000 (16:25 -0800)
commit610a3fc9536d7016fd850d622f41bf884c290062
tree73bd651403171b6bfdab38d8a8cc5ddbbf8f2992
parentd702cb9e890d09c4aa82eadaa9282feca95000e9
t7900: use --fixed-value in git-maintenance tests

Use --fixed-value in git-config calls in the git-maintenance tests, so
that the tests will continue to work even if the repo path contains
regexp metacharacters.

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7900-maintenance.sh