libgit2/tests/resources/config/config21
Ryan Roden-Corrent a060cccc0a Unittest to validate config entry deletion bug.
Add a unittest to validate bug #3043, where a duplicate empty config header
could cause deletion of a config entry to fail silently. The bug is currently
unresolved and this test will fail.
2015-04-21 14:21:52 -04:00

7 lines
166 B
Plaintext

# This configuration can occur after removing and re-adding the origin remote
[remote "origin"]
[branch "master"]
remote = "origin"
[remote "origin"]
url = "foo"