Skip to content
Snippets Groups Projects
Commit 063009befd92 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

tests: handle permissions change in dulwich 0.20.25

Previously, Dulwich would make object files writable, which is
inconsistent with Git; this test implicitly relied on that bug.
parent 5fe8f4d01d36
No related branches found
No related tags found
No related merge requests found
Pipeline #26756 failed
......@@ -81,6 +81,7 @@
$ hg gverify
abort: git equivalent 6dff77b710b6f0961ac0b6d91d85902195133d74 for rev 5c2eb98af3e2 is not a commit!
[255]
$ chmod +w .hg/git/objects/6d/ff77b710b6f0961ac0b6d91d85902195133d74
$ echo 42 > .hg/git/objects/6d/ff77b710b6f0961ac0b6d91d85902195133d74
$ hg gverify
abort: git equivalent 6dff77b710b6f0961ac0b6d91d85902195133d74 for rev 5c2eb98af3e2 is corrupt!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment