summaryrefslogtreecommitdiff
path: root/user/libgit2/test-fix.patch
AgeCommit message (Collapse)AuthorFilesLines
2023-05-03user/libgit2: delete broken test. fixes #686 again.Zach van Rijn1-27/+0
2022-10-21user/libgit2: Fix tests properlyA. Wilcox1-0/+27
The 'offline' suite was failing the revparse test due to an unexpected passage of time. (Upstream's words, not mine.) Backport the fix for this test from v1.4 to our release. Fixes: #686